cakephp2-php8/lib/Cake/Test/Case/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
..
CakeTestCaseTest.php Fixing failing test from previous commit. 2011-09-12 23:25:13 -04:00
CakeTestFixtureTest.php Fixing doc blocks in Test suite and some visibility keywords. 2011-10-10 23:18:48 +02:00
ControllerTestCaseTest.php Remove controller reuse between testAction() calls. 2011-10-22 10:58:21 -04:00
HtmlCoverageReportTest.php Fixing failing tests caused by path/object cache issues. 2011-09-03 01:14:51 +01:00