cakephp2-php8/lib/Cake/Test/Case
mark_story 07f4779efe Fix cookie component being inconsistent about writes.
Instead of treating multi-key and single key writes differently, they
should be treated consistently to allow simpler and more consistent interactions
with the stored data. This also results in fewer cookies being sent
across the wire which is an added benefit.

Fixes #2182
2013-10-28 23:13:51 -04:00
..
Cache simplify tests 2013-09-19 00:17:21 +02:00
Configure Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
Console Emptied home.ctp in test_app as much as possible 2013-10-24 16:57:58 +02:00
Controller Fix cookie component being inconsistent about writes. 2013-10-28 23:13:51 -04:00
Core Merge branch 'master' into 2.4 2013-08-11 23:31:10 +02:00
Error fix test 2013-09-16 00:49:01 +02:00
Event Correct spelling mistake in class name. 2013-10-06 02:12:57 +02:00
I18n avoid notices when loading locale file 2013-09-01 06:05:40 +02:00
Log fixes FileLog doesn't delete on rotation if rotate = 0 2013-10-06 15:04:57 +02:00
Model Update tests for incorrect containable behaviour if a model only finds 1 field. 2013-10-25 15:15:52 +01:00
Network Fix delivery issues with long subject lines and MailTransport. 2013-10-23 12:41:57 -04:00
Routing Use App.base when there are no requests to generate URL's 2013-10-10 23:07:03 -04:00
TestSuite Merge branch 'master' into 2.4 2013-08-23 12:56:43 -04:00
Utility coding standards 2013-10-25 19:29:33 +02:00
View Throw an exception when starting a view block twice 2013-10-26 03:35:12 +02:00
AllBehaviorsTest.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
AllCacheTest.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
AllComponentsTest.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
AllConfigureTest.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
AllConsoleTest.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
AllControllerTest.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
AllCoreTest.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
AllDatabaseTest.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
AllDbRelatedTest.php Added more tests to db related tests group 2013-08-04 23:38:30 +05:30
AllErrorTest.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
AllEventTest.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
AllHelpersTest.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
AllI18nTest.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
AllLogTest.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
AllNetworkTest.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
AllRoutingTest.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
AllTestsTest.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
AllTestSuiteTest.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
AllUtilityTest.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
AllViewTest.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
BasicsTest.php address casting cs 2013-09-17 15:15:25 +02:00