Eric Barnes | 68286a4 | 2011-04-21 22:00:33 -0400 | [diff] [blame] | 1 | <?php |
2 | |||||
3 | require_once(BASEPATH.'helpers/number_helper.php'); | ||||
4 | |||||
5 | class Number_helper_test extends CI_TestCase | ||||
6 | { | ||||
7 | |||||
8 | public function test_byte_format() | ||||
9 | { | ||||
10 | // $this->assertEquals('456 Bytes', byte_format(456)); | ||||
11 | } | ||||
12 | |||||
13 | } |