cakephp2-php8/lib/Cake/TestSuite
mark_story c5ca10ca69 Remove controller reuse between testAction() calls.
Reusing controllers between various testAction calls would
mean that calls that needed to render views, would break on the
second call to testAction().  Controllers are rebuilt for each testAction()
call now.

Fixes #2142
2011-10-22 10:58:21 -04:00
..
Coverage Fixing issue where divide by 0 errors would crop up on empty files. 2011-09-01 20:33:09 +01:00
Fixture Make fixtures disable source caching. 2011-10-11 22:10:09 -04:00
Reporter Fixing some @package declarations 2011-09-30 13:17:12 -04:30
templates Update the PHPUnit install instructions. 2011-10-17 09:36:47 -04:00
CakeTestCase.php Fixing issue where CakeTestCase would erase custom bootstrapped paths in tearDown(). 2011-08-29 22:14:18 -04:00
CakeTestLoader.php Fixing some @package declarations 2011-09-30 13:17:12 -04:30
CakeTestRunner.php Adding a few class loading related changes to make the ApiGenerator plugin happy 2011-09-30 01:55:33 -04:30
CakeTestSuite.php fixing typos 2011-10-19 12:19:28 +07:00
CakeTestSuiteCommand.php Adding a few class loading related changes to make the ApiGenerator plugin happy 2011-09-30 01:55:33 -04:30
CakeTestSuiteDispatcher.php Updating all @package annotations in doc blocks 2011-07-26 01:46:14 -04:30
ControllerTestCase.php Remove controller reuse between testAction() calls. 2011-10-22 10:58:21 -04:00