Make WordPress Core

Changeset 104 in tests


Ignore:
Timestamp:
12/04/2007 03:03:24 AM (17 years ago)
Author:
tellyworth
Message:

size_format: change KB to kB

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wp-testcase/test_includes_functions.php

    r95 r104  
    5454        $this->assertEquals('1 GB', size_format($gb, 0));
    5555        $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));
    5757        // now some values around
    5858        // add some bytes to make sure the result isn't 1.4999999
Note: See TracChangeset for help on using the changeset viewer.