cakephp2-php8/lib/Cake/Test/Case
dogmatic69 bcb3eb89dc Before this change 0.00 and '0.00' are treated differently. Floats from the database are returned as the string
version while doing calculations will normally end up as floats.

This causes output differences on pages like order totals or invoices where there is a mix of calculated values
and database values.

	Number::currency(0.00, 'GBP') -> £0.00
	Number::currency('0.00', 'GBP') -> 0p

Both versions will return `£0.00` (or whatever 0 is configured to return).
2013-01-11 17:00:06 +00:00
..
Cache fix doc block endings 2013-01-11 15:06:54 +01:00
Configure allow ini files to have separators between sections for better readability 2012-10-18 17:20:15 +02:00
Console fix doc block endings 2013-01-11 15:06:54 +01:00
Controller fix doc block endings 2013-01-11 15:06:54 +01:00
Core fix coding standards 2012-11-21 15:39:03 +01:00
Error Merge branch 'master' into 2.3 2012-11-20 23:02:33 -05:00
Event unify new lines at the end of the file 2012-12-05 15:00:24 +01:00
I18n fix coding standards 2012-11-21 15:39:03 +01:00
Log fix doc block endings 2013-01-11 15:06:54 +01:00
Model fix doc block endings 2013-01-11 15:06:54 +01:00
Network fix doc block endings 2013-01-11 15:06:54 +01:00
Routing fix doc block endings 2013-01-11 15:06:54 +01:00
TestSuite double spaces to single ones 2012-12-22 23:48:15 +01:00
Utility Before this change 0.00 and '0.00' are treated differently. Floats from the database are returned as the string 2013-01-11 17:00:06 +00:00
View fix doc block endings 2013-01-11 15:06:54 +01: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 unify new lines at the end of the file 2012-12-05 15:00:24 +01:00
AllControllerTest.php unify new lines at the end of the file 2012-12-05 15:00:24 +01:00
AllCoreTest.php unify new lines at the end of the file 2012-12-05 15:00:24 +01: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 unify new lines at the end of the file 2012-12-05 15:00:24 +01: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 unify new lines at the end of the file 2012-12-05 15:00:24 +01: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 unify new lines at the end of the file 2012-12-05 15:00:24 +01: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 Merge branch 'master' into 2.3 2012-11-20 23:02:33 -05:00