Idea: Unit Testing CakePHP 2.0 with phpunit, especially testing models and behaviors
From CakePHP 2.0, we are using phpunit instead of simpletest, and I would like to know about the benefits of phpunit over simpletest and what has changed.
From CakePHP 2.0, we are using phpunit instead of simpletest, and I would like to know about the benefits of phpunit over simpletest and what has changed.
1 Comment