cakephp2-php8/lib/Cake/Test/Case
mark_story 4f70bdb3b8 The _lastAction property should not double include the base path.
FormHelper should not run URLs through Router twice when determining the
the form's lastAction attribute. However, because we're using the helper
method (see #9414) we do need to HTML decode the URL before using it in
form token generation.

Refs #9455
2016-09-13 22:21:01 -04:00
..
Cache Remove superfluous "Class" from doc blocks 2016-08-10 12:22:09 +02:00
Configure Remove superfluous "Class" from doc blocks 2016-08-10 12:22:09 +02:00
Console Remove superfluous "Class" from doc blocks 2016-08-10 12:22:09 +02:00
Controller Remove superfluous "Class" from doc blocks 2016-08-10 12:22:09 +02:00
Core Remove lighthouse references 2016-02-10 12:27:34 +01:00
Error Updated test method name and description 2016-07-14 04:57:25 +02:00
Event Various improvements to the CakePHP test files 2015-09-25 17:22:00 +02:00
I18n Use correct context when parsing MO file. 2015-12-18 12:59:00 +02:00
Log Remove superfluous "Class" from doc blocks 2016-08-10 12:22:09 +02:00
Model improved performance of insertMulti() in Mysql 2016-09-05 21:28:07 +02:00
Network Restore header() behavior inadvertantely removed. 2016-08-11 21:54:24 -04:00
Routing Remove superfluous "Class" from doc blocks 2016-08-10 12:22:09 +02:00
TestSuite PHPCS. 2016-09-12 23:19:08 -04:00
Utility Skip test that always fails on PHP5.3 2016-08-29 21:56:30 -04:00
View The _lastAction property should not double include the base path. 2016-09-13 22:21:01 -04:00
AllBehaviorsTest.php Removed "PHP 5" from file header DocBlocks 2013-11-13 22:58:39 +01:00
AllCacheTest.php Removed "PHP 5" from file header DocBlocks 2013-11-13 22:58:39 +01:00
AllComponentsTest.php Removed "PHP 5" from file header DocBlocks 2013-11-13 22:58:39 +01:00
AllConfigureTest.php Removed "PHP 5" from file header DocBlocks 2013-11-13 22:58:39 +01:00
AllConsoleTest.php Removed "PHP 5" from file header DocBlocks 2013-11-13 22:58:39 +01:00
AllControllerTest.php Removed "PHP 5" from file header DocBlocks 2013-11-13 22:58:39 +01:00
AllCoreTest.php Removed "PHP 5" from file header DocBlocks 2013-11-13 22:58:39 +01:00
AllDatabaseTest.php Removed "PHP 5" from file header DocBlocks 2013-11-13 22:58:39 +01:00
AllDbRelatedTest.php Removed "PHP 5" from file header DocBlocks 2013-11-13 22:58:39 +01:00
AllErrorTest.php Removed "PHP 5" from file header DocBlocks 2013-11-13 22:58:39 +01:00
AllEventTest.php Removed "PHP 5" from file header DocBlocks 2013-11-13 22:58:39 +01:00
AllHelpersTest.php Removed "PHP 5" from file header DocBlocks 2013-11-13 22:58:39 +01:00
AllI18nTest.php Removed "PHP 5" from file header DocBlocks 2013-11-13 22:58:39 +01:00
AllLogTest.php Removed "PHP 5" from file header DocBlocks 2013-11-13 22:58:39 +01:00
AllNetworkTest.php Removed "PHP 5" from file header DocBlocks 2013-11-13 22:58:39 +01:00
AllRoutingTest.php Removed "PHP 5" from file header DocBlocks 2013-11-13 22:58:39 +01:00
AllTestsTest.php Removed "PHP 5" from file header DocBlocks 2013-11-13 22:58:39 +01:00
AllTestSuiteTest.php Removed "PHP 5" from file header DocBlocks 2013-11-13 22:58:39 +01:00
AllUtilityTest.php Removed "PHP 5" from file header DocBlocks 2013-11-13 22:58:39 +01:00
AllViewTest.php Removed "PHP 5" from file header DocBlocks 2013-11-13 22:58:39 +01:00
BasicsTest.php use constant PHP_SAPI 2015-07-26 15:35:03 +02:00