cakephp2-php8/lib/Cake/Test/Case/TestSuite
ndm2 7d74818d9a Fix ControllerTestCase::testAction() incompatibility with App.base.
When using array URLs with `testAction()`, the generated URL possibly
contains the configured `App.base` path, which needs to be stripped when
set on the request object, as otherwise routes cannot be matched
correctly.

When passing the URL as an option to the `CakeRequest` constructor, the
it will be set as-is, unlike when the URL is being generated by
`CakeRequest::_url()`, which grabs the URL from the environment, and
strips the possible base path.
2017-04-13 14:15:32 +02:00
..
Fixture Removed leading underscores from ReflectionProperty variables in test case 2013-12-07 12:10:03 -05:00
Stub Use traditional array syntax 2015-12-01 15:16:54 +00:00
CakeTestCaseTest.php PHPCS. 2016-09-12 23:19:08 -04:00
CakeTestFixtureTest.php Various improvements to the CakePHP test files 2015-09-25 17:22:00 +02:00
CakeTestSuiteTest.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
ControllerTestCaseTest.php Fix ControllerTestCase::testAction() incompatibility with App.base. 2017-04-13 14:15:32 +02:00
HtmlCoverageReportTest.php Remove superfluous "Class" from doc blocks 2016-08-10 12:22:09 +02:00