cakephp2-php8/lib/Cake/Test/Case/Utility
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
..
CakeNumberTest.php 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
CakeTimeTest.php fix doc block endings 2013-01-11 15:06:54 +01:00
ClassRegistryTest.php Update 1.x @link in docblocks 2012-04-26 19:49:18 -07:00
DebuggerTest.php fix double semicolon 2013-01-11 11:15:15 +01:00
FileTest.php Try to make some time related test failures go away. 2012-09-20 21:07:14 -04:00
FolderTest.php Fix failing tests. 2012-11-11 21:57:52 -05:00
HashTest.php Merge branch 'master' into 2.3 2013-01-08 22:27:17 -05:00
InflectorTest.php Pushed before fxing error in test case, I suck. Refs #3291 2012-10-22 23:09:31 +02:00
ObjectCollectionTest.php unify object load/unload and loaded methods 2012-11-16 12:14:28 +01:00
SanitizeTest.php Update 1.x @link in docblocks 2012-04-26 19:49:18 -07:00
SecurityTest.php code optimizing and simplify _crypt(), see PR #853 2012-11-01 14:15:52 +01:00
SetTest.php Merge remote-tracking branch 'origin/master' into 2.3 2012-12-01 23:19:53 +01:00
StringTest.php Fix failing tests using chr(226) instead of unicode codes. 2012-11-09 22:32:29 -05:00
ValidationTest.php fix doc block endings 2013-01-11 15:06:54 +01:00
XmlTest.php Fix warnings from file_get_contents() in Xml::build() 2012-11-19 14:46:45 -05:00