cakephp2-php8/lib/Cake/Test
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
..
bake_compare Various improvements to the CakePHP test files 2015-09-25 17:22:00 +02:00
Case Fix ControllerTestCase::testAction() incompatibility with App.base. 2017-04-13 14:15:32 +02:00
Fixture Remove superfluous "Class" from doc blocks 2016-08-10 12:22:09 +02:00
test_app Remove superfluous "Class" from doc blocks 2016-08-10 12:22:09 +02:00