cakephp2-php8/lib/Cake/TestSuite
mark_story 7ceb0993bf Clear the router state after testAction().
When using array urls, internal state in the Router would cause requests
to be incorrectly handled causing multiple testAction calls in a single
test to fail. By reloading the router we start off with a clean slate
each time.

Refs #8480
2016-03-19 12:16:21 -04:00
..
Coverage Added All options enabled when running test from webfrontend 2014-12-26 15:49:42 -03:00
Fixture Fix whitespace. 2014-12-10 22:17:02 -05:00
Reporter Revert part of the changes in 1ede742d92 2015-09-29 21:41:33 -04:00
Stub Use traditional array syntax 2015-12-01 15:16:54 +00:00
templates Various improvements to the CakePHP test files 2015-09-25 17:22:00 +02:00
CakeTestCase.php Various improvements to the CakePHP test files 2015-09-25 17:22:00 +02:00
CakeTestLoader.php Various improvements to the CakePHP test files 2015-09-25 17:22:00 +02:00
CakeTestRunner.php Replacing self with static due to PHP5.3+. Following #7040. 2015-07-21 10:22:53 +02:00
CakeTestSuite.php Removed "PHP 5" from file header DocBlocks 2013-11-13 22:58:39 +01:00
CakeTestSuiteCommand.php PHPUnit can be included as a phar file. 2014-11-24 14:51:36 -05:00
CakeTestSuiteDispatcher.php Replacing self with static due to PHP5.3+. Following #7040. 2015-07-21 10:22:53 +02:00
ControllerTestCase.php Clear the router state after testAction(). 2016-03-19 12:16:21 -04:00