diff options
author | Joffrey Jaffeux <j.jaffeux@gmail.com> | 2012-06-06 14:52:15 +0200 |
---|---|---|
committer | Joffrey Jaffeux <j.jaffeux@gmail.com> | 2012-06-06 14:52:15 +0200 |
commit | 5ace440aa4dbd948191c37b67b01871b3a7593e9 (patch) | |
tree | d0ca1629f51366189ed8a10e2078fd84c52a4d79 | |
parent | 4c8bf738bb41bcda840105e3d6f767408989cc75 (diff) |
change ellipsizing to ellipsize
-rw-r--r-- | tests/codeigniter/helpers/text_helper_test.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/codeigniter/helpers/text_helper_test.php b/tests/codeigniter/helpers/text_helper_test.php index 584066b0c..a83c7e74d 100644 --- a/tests/codeigniter/helpers/text_helper_test.php +++ b/tests/codeigniter/helpers/text_helper_test.php @@ -122,7 +122,7 @@ class Text_helper_test extends CI_TestCase { // ------------------------------------------------------------------------ - public function test_ellipsizing() + public function test_ellipsize() { $strs = array( '0' => array( |