CakePHP PHPUnit コントローラーのテストについて調べてみた

まずはマニュアルでっさー

http://book.cakephp.org/2.0/en/development/testing.html

http://www.phpunit.de/manual/3.7/ja/index.html

 

PHPUnit and You - By Mark Story

http://tv.cakephp.org/video/CakeFoundation/2011/10/03/phpunit_and_you_-_by_mark_story

 

Building “the blog tutorial”… the TDD way (part 1 – model testing)

http://nuts-and-bolts-of-cakephp.com/2012/07/04/building-the-blog-tutorial-the-tdd-way-part-1-model-testing/

 

[CakePHP] Controllerのテストを書くときに気をつけること

http://d.hatena.ne.jp/fullkawa/20120616/p1

きんと$this->render()をしろかー。(面倒くさいなぁ)

 

 

 

その他気になったサイト

CakePHPのドキュメント(翻訳がすごい)

https://github.com/markstory/cakephp-docs/tree/master/ja

https://github.com/markstory/cakephp-docs/blob/master/ja/appendices/2-0-migration-guide.rst

 

第56回PHP勉強会@関東で PHPUnit について話してきた

http://blog.yuyat.jp/archives/1386

 

EclipseXdebugPHP をステップ実行 PHP Advent Calendar jp 2011 #phpadvent2011

http://slumbers99.blogspot.jp/2011/12/eclipse-xdebug-php-php-advent-calendar.html

 

Debug PHP with Xdebug and Eclipse on Mac OSX

http://www.fieg.nl/debug-php-with-xdebug-and-eclipse-on-mac-osx

結局意図した通りにステップ実行でのデバッグできなかったなあ><

Internal web browserなんかでデバッグしたくないんだが。

やっといったかぁ。基本上のでできた。

そのほかかなり参考になるというか、ここまで細かに書くブロガーさんに脱帽

Mac OSX Lionに入れたWordPressをEclipsePDTでデバッグできるようにする

http://wordpress.hitsuji.me/install-eclipse-pdt/

 

Eclipseで快適にPHPアプリケーション開発を行うためのプラグイン5選

http://phpmentors.jp/post/27519578771/eclipse-php-5

 

paginateオプションをモデルに移行する(改善・修正版)

http://d.hatena.ne.jp/hiromi2424/20100609/1276076490