We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cd850b commit ae4d197Copy full SHA for ae4d197
1 file changed
tests/Coduo/PHPHumanizer/Tests/NumberHumanizerTest.php
@@ -289,7 +289,7 @@ public function ordinalIndicatorProvider()
289
array('th', -111),
290
);
291
}
292
-
+
293
/**
294
* @return array
295
*/
@@ -455,6 +455,7 @@ public function binarySuffixDataProvider()
455
array("1 kB", 1024),
456
array("1 kB", 1025),
457
array("1.5 kB", 1536),
458
+ array("84.4 kB", 86450),
459
array("5 MB", 1048576 * 5),
460
array("2 GB", 1073741824 * 2),
461
array("3 TB", 1099511627776 * 3),
0 commit comments