cakephp2-php8/lib/Cake/Test/Case
mark_story b27a3aab7b Set session.gc_maxlifetime by default.
In the default case of using files for sessions, files could
be garbage collected earlier than expected based on other session
settings.  Always set session.gc_maxlifetime so session files are
garbage collected correctly.

Fixes #2901
2012-05-23 22:25:19 -04:00
..
Cache Update 1.x @link in docblocks 2012-04-26 19:49:18 -07:00
Configure Update 1.x @link in docblocks 2012-04-26 19:49:18 -07:00
Console check extension before passing to addTestFile() 2012-05-10 19:06:04 +07:00
Controller Fixed HTTP status codes for non-redirects which were breaking AuthComponent. 2012-05-04 16:58:51 +02:00
Core Update 1.x @link in docblocks 2012-04-26 19:49:18 -07:00
Error Update 1.x @link in docblocks 2012-04-26 19:49:18 -07:00
Event Updated copyright to 2012. 2012-03-12 22:46:07 -04:00
I18n Update 1.x @link in docblocks 2012-04-26 19:49:18 -07:00
Log Update 1.x @link in docblocks 2012-04-26 19:49:18 -07:00
Model Set session.gc_maxlifetime by default. 2012-05-23 22:25:19 -04:00
Network Add test for accept header. 2012-04-29 14:48:45 -04:00
Routing Adding support for a trailing & or & in the existing queryString 2012-05-09 22:32:57 +01:00
TestSuite Fix overwriting of GET/POST 2012-04-30 20:36:19 -04:00
Utility Remove bonus intval() 2012-05-22 22:33:46 -04:00
View Split up tests. 2012-05-14 21:32:31 -04:00
AllBehaviorsTest.php Updated copyright to 2012. 2012-03-12 22:46:07 -04:00
AllCacheTest.php Updated copyright to 2012. 2012-03-12 22:46:07 -04:00
AllComponentsTest.php Updated copyright to 2012. 2012-03-12 22:46:07 -04:00
AllConfigureTest.php Updated copyright to 2012. 2012-03-12 22:46:07 -04:00
AllConsoleTest.php Updated copyright to 2012. 2012-03-12 22:46:07 -04:00
AllControllerTest.php Updated copyright to 2012. 2012-03-12 22:46:07 -04:00
AllCoreTest.php Updated copyright to 2012. 2012-03-12 22:46:07 -04:00
AllDatabaseTest.php Updated copyright to 2012. 2012-03-12 22:46:07 -04:00
AllErrorTest.php Updated copyright to 2012. 2012-03-12 22:46:07 -04:00
AllEventTest.php Updated copyright to 2012. 2012-03-12 22:46:07 -04:00
AllHelpersTest.php Updated copyright to 2012. 2012-03-12 22:46:07 -04:00
AllI18nTest.php Updated copyright to 2012. 2012-03-12 22:46:07 -04:00
AllLogTest.php Updated copyright to 2012. 2012-03-12 22:46:07 -04:00
AllNetworkTest.php Updated copyright to 2012. 2012-03-12 22:46:07 -04:00
AllRoutingTest.php Updated copyright to 2012. 2012-03-12 22:46:07 -04:00
AllTestsTest.php Fix coding standards. 2012-03-18 18:06:10 -04:00
AllTestSuiteTest.php Updated copyright to 2012. 2012-03-12 22:46:07 -04:00
AllUtilityTest.php Updated copyright to 2012. 2012-03-12 22:46:07 -04:00
AllViewTest.php Updated copyright to 2012. 2012-03-12 22:46:07 -04:00
BasicsTest.php Update 1.x @link in docblocks 2012-04-26 19:49:18 -07:00