cakephp2-php8/lib/Cake/Test/Case
mark_story 0e646a2a4d Fix incorrect timestamp values when using fromString()
When using fromString() on DateTime objects that were in the global
timezone, an incorrect value would be returned.

Fixes #3743
2013-04-09 21:30:20 -04:00
..
Cache Merge pull request #1127 from dereuromark/master-strict-comparison 2013-02-14 01:10:48 -08:00
Configure Added extra line for referencing license file for copyright 2013-02-08 21:22:51 +09:00
Console Fix typos 2013-03-05 00:05:14 -07:00
Controller Try to fix random test failures on postgres. 2013-03-30 13:38:47 -04:00
Core Added extra line for referencing license file for copyright 2013-02-08 21:22:51 +09:00
Error Fix failing tests. 2013-02-25 14:19:13 -05:00
Event Updated copyright 2013-02-08 21:28:17 +09:00
I18n Added extra line for referencing license file for copyright 2013-02-08 21:22:51 +09:00
Log Merge pull request #1127 from dereuromark/master-strict-comparison 2013-02-14 01:10:48 -08:00
Model Fix default null not being reflected by SqlServer 2013-03-19 21:02:27 -04:00
Network Fix CS error 2013-03-31 00:23:03 +05:30
Routing Prevent response object being set as response body 2013-02-16 02:07:02 +05:30
TestSuite Remove test case that is no longer useful. 2013-03-22 21:36:11 -04:00
Utility Fix incorrect timestamp values when using fromString() 2013-04-09 21:30:20 -04:00
View Fix array('disabled') and array('disabled' => true) working differently. 2013-04-03 12:46:39 -04:00
AllBehaviorsTest.php Added extra line for referencing license file for copyright 2013-02-08 21:22:51 +09:00
AllCacheTest.php Added extra line for referencing license file for copyright 2013-02-08 21:22:51 +09:00
AllComponentsTest.php Added extra line for referencing license file for copyright 2013-02-08 21:22:51 +09:00
AllConfigureTest.php Added extra line for referencing license file for copyright 2013-02-08 21:22:51 +09:00
AllConsoleTest.php Added extra line for referencing license file for copyright 2013-02-08 21:22:51 +09:00
AllControllerTest.php Added extra line for referencing license file for copyright 2013-02-08 21:22:51 +09:00
AllCoreTest.php Added extra line for referencing license file for copyright 2013-02-08 21:22:51 +09:00
AllDatabaseTest.php Added extra line for referencing license file for copyright 2013-02-08 21:22:51 +09:00
AllErrorTest.php Added extra line for referencing license file for copyright 2013-02-08 21:22:51 +09:00
AllEventTest.php Added extra line for referencing license file for copyright 2013-02-08 21:22:51 +09:00
AllHelpersTest.php Added extra line for referencing license file for copyright 2013-02-08 21:22:51 +09:00
AllI18nTest.php Added extra line for referencing license file for copyright 2013-02-08 21:22:51 +09:00
AllLogTest.php Added extra line for referencing license file for copyright 2013-02-08 21:22:51 +09:00
AllNetworkTest.php Added extra line for referencing license file for copyright 2013-02-08 21:22:51 +09:00
AllRoutingTest.php Added extra line for referencing license file for copyright 2013-02-08 21:22:51 +09:00
AllTestsTest.php Added extra line for referencing license file for copyright 2013-02-08 21:22:51 +09:00
AllTestSuiteTest.php Added extra line for referencing license file for copyright 2013-02-08 21:22:51 +09:00
AllUtilityTest.php Added extra line for referencing license file for copyright 2013-02-08 21:22:51 +09:00
AllViewTest.php Added extra line for referencing license file for copyright 2013-02-08 21:22:51 +09:00
BasicsTest.php == to === and != to !== where applicable 2013-02-12 03:38:08 +01:00