Changeset 104 in tests
- Timestamp:
- 12/04/2007 03:03:24 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wp-testcase/test_includes_functions.php
r95 r104 54 54 $this->assertEquals('1 GB', size_format($gb, 0)); 55 55 $this->assertEquals('1 MB', size_format($mb, 0)); 56 $this->assertEquals('1 KB', size_format($kb, 0));56 $this->assertEquals('1 kB', size_format($kb, 0)); 57 57 // now some values around 58 58 // add some bytes to make sure the result isn't 1.4999999
Note: See TracChangeset
for help on using the changeset viewer.