cakephp2-php8/lib/Cake/Test/Case
mark_story 3729ac1f2f Fix issue where the incorrect meridian would be selected.
When combining 12 hour format, interval and afternoon times, the
incorrect meridian would be selected.  Moving the hour math into
FormHelper::hour() makes that method generally more correct and lenient
on its input.

Fixes #3299
2012-10-23 12:47:12 -04:00
..
Cache Remove bad test. 2012-10-22 20:55:56 -04:00
Configure Add plugin support to IniReader, and harden tests. 2012-08-27 10:04:26 -03:00
Console Remove trailing whitespace from comments 2012-10-15 18:19:37 -06:00
Controller Try to make some time related test failures go away. 2012-09-20 21:07:14 -04:00
Core Update dump() to allow partial dumps. 2012-05-01 21:00:42 -04:00
Error Make exception rendererer more resiliant 2012-09-27 21:39:22 -04:00
Event Fix missed use of VERSION. 2012-10-15 21:48:36 -04:00
I18n More missing parent calls. 2012-08-12 02:28:12 +05:30
Log Fix issue with logging scopes 2012-10-08 12:57:02 -04:00
Model Merge pull request #894 from dereuromark/comp-fix-save-all 2012-10-22 18:40:38 -07:00
Network Handle REQUEST_URI with domain names properly. 2012-10-14 11:58:07 -04:00
Routing Fix parsing '0' as a url. 2012-09-09 20:56:40 -04:00
TestSuite Remove trailing whitespace from comments 2012-10-15 18:19:37 -06:00
Utility Pushed before fxing error in test case, I suck. Refs #3291 2012-10-22 23:09:31 +02:00
View Fix issue where the incorrect meridian would be selected. 2012-10-23 12:47:12 -04:00
AllBehaviorsTest.php Updated copyright to 2012. 2012-03-12 22:46:46 -04:00
AllCacheTest.php Updated copyright to 2012. 2012-03-12 22:46:46 -04:00
AllComponentsTest.php Updated copyright to 2012. 2012-03-12 22:46:46 -04:00
AllConfigureTest.php Updated copyright to 2012. 2012-03-12 22:46:46 -04:00
AllConsoleTest.php Updated copyright to 2012. 2012-03-12 22:46:46 -04:00
AllControllerTest.php Updated copyright to 2012. 2012-03-12 22:46:46 -04:00
AllCoreTest.php Updated copyright to 2012. 2012-03-12 22:46:46 -04:00
AllDatabaseTest.php Updated copyright to 2012. 2012-03-12 22:46:46 -04:00
AllErrorTest.php Updated copyright to 2012. 2012-03-12 22:46:46 -04:00
AllEventTest.php Updated copyright to 2012. 2012-03-12 22:46:46 -04:00
AllHelpersTest.php Updated copyright to 2012. 2012-03-12 22:46:46 -04:00
AllI18nTest.php Updated copyright to 2012. 2012-03-12 22:46:46 -04:00
AllLogTest.php Updated copyright to 2012. 2012-03-12 22:46:46 -04:00
AllNetworkTest.php Updated copyright to 2012. 2012-03-12 22:46:46 -04:00
AllRoutingTest.php Extracting asset dispatcher and cache dispatcher into separate classes to provide examples on how to use Dispatcher 2012-04-17 00:42:18 -04:30
AllTestsTest.php Fix coding standards. 2012-03-18 18:06:10 -04:00
AllTestSuiteTest.php Updated copyright to 2012. 2012-03-12 22:46:46 -04:00
AllUtilityTest.php Updated copyright to 2012. 2012-03-12 22:46:46 -04:00
AllViewTest.php Updated copyright to 2012. 2012-03-12 22:46:46 -04:00
BasicsTest.php Fix coding standards errors. 2012-09-01 12:14:15 +01:00