commit | c186288755aba46a2b6f0c3f104d9a6ce6b11a7f | [log] [tgz] |
---|---|---|
author | Andrey Andreev <narf@bofh.bg> | Sat Jun 09 23:16:58 2012 +0300 |
committer | Andrey Andreev <narf@bofh.bg> | Sat Jun 09 23:16:58 2012 +0300 |
tree | 1858ae3cb82693e30e2682b2d6e24aecfd959ff7 | |
parent | 99b782d8a3d92c4703a059cbd62e2f1e6fea689c [diff] [blame] |
Cleanup/optimize tests/codeigniter/
diff --git a/tests/codeigniter/helpers/number_helper_test.php b/tests/codeigniter/helpers/number_helper_test.php index 23d5c5c..ef6aae1 100644 --- a/tests/codeigniter/helpers/number_helper_test.php +++ b/tests/codeigniter/helpers/number_helper_test.php
@@ -25,7 +25,7 @@ // a cheap class to act as our super object. // Make sure it has a lang attribute. - $obj = new StdClass; + $obj = new stdClass; $obj->lang = $lang; $this->ci_instance($obj); }