cakephp2-php8/lib/Cake/Test/Case/Controller/Component
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
..
Acl Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
Auth Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
AclComponentTest.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
AuthComponentTest.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
CookieComponentTest.php Fix cookie expiry time calculation on 32bit systems. 2013-06-03 20:16:18 -04:00
EmailComponentTest.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
PaginatorComponentTest.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
RequestHandlerComponentTest.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
SecurityComponentTest.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
SessionComponentTest.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00