cakephp2-php8/lib/Cake/Test/Case/Controller
mark_story 3aa189eb3a Fix cookie expiry time calculation on 32bit systems.
strtotime() misbehaves on 32bit systems when the resulting timestamp
would overflow an integer. Use a DateTime to workaround this issue.

Fixes #3868
2013-06-03 20:16:18 -04:00
..
Component Fix cookie expiry time calculation on 32bit systems. 2013-06-03 20:16:18 -04:00
ComponentCollectionTest.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
ComponentTest.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
ControllerMergeVarsTest.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
ControllerTest.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
PagesControllerTest.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
ScaffoldTest.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00