Gitiles
Code Review
Sign In
www.giggi.me
/
code-igniter-v3-giggi
/
89c11b1de2b3a19da93e506f095aecf8221c1401
/
.
/
tests
/
codeigniter
/
helpers
/
number_helper_test.php
blob: 02fc49c3d34ad2121e0fa091c11dd8c552b587dc [
file
] [
log
] [
blame
]
<?
php
require_once
(
BASEPATH
.
'helpers/number_helper.php'
);
class
Number_helper_test
extends
CI_TestCase
{
public
function
test_byte_format
()
{
// $this->assertEquals('456 Bytes', byte_format(456));
}
}