diff options
author | Andrey Andreev <narf@bofh.bg> | 2012-03-29 10:37:40 +0200 |
---|---|---|
committer | Andrey Andreev <narf@bofh.bg> | 2012-03-29 10:37:40 +0200 |
commit | fd9e46e852d073ae6fb8680f26e9825805104e1c (patch) | |
tree | ab665546f404a61b2a97fa686ce1f7d2a37ffc79 /tests/codeigniter/helpers/url_helper_test.php | |
parent | 16be2c2489535c79b38688413df26f95adbe0ea3 (diff) | |
parent | 38b2a256758ee8184d354cbdb0eac467118af36b (diff) |
Merge upstream branch
Diffstat (limited to 'tests/codeigniter/helpers/url_helper_test.php')
-rw-r--r-- | tests/codeigniter/helpers/url_helper_test.php | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/tests/codeigniter/helpers/url_helper_test.php b/tests/codeigniter/helpers/url_helper_test.php index 51a8cc7c0..c561809ce 100644 --- a/tests/codeigniter/helpers/url_helper_test.php +++ b/tests/codeigniter/helpers/url_helper_test.php @@ -1,9 +1,12 @@ <?php -require_once(BASEPATH.'helpers/url_helper.php'); +class Url_helper_test extends CI_TestCase { + + public function set_up() + { + $this->helper('url'); + } -class Url_helper_test extends CI_TestCase -{ public function test_url_title() { $words = array( |