commit | b4d93dbab7253f98613ab10e75e0ed20f06eaf19 | [log] [tgz] |
---|---|---|
author | Greg Aker <greg.aker@ellislab.com> | Thu Apr 21 14:42:33 2011 -0500 |
committer | Greg Aker <greg.aker@ellislab.com> | Thu Apr 21 14:42:33 2011 -0500 |
tree | 86969d0318ba1daa1c2e789d88790b016b01f387 | |
parent | 052b01d9398de56e23300242f25d5317afcacf82 [diff] [blame] |
Updating helper test classes to extend CI_TestCase
diff --git a/tests/codeigniter/helpers/html_helper_test.php b/tests/codeigniter/helpers/html_helper_test.php index 3b7f2b3..8c0e533 100644 --- a/tests/codeigniter/helpers/html_helper_test.php +++ b/tests/codeigniter/helpers/html_helper_test.php
@@ -2,7 +2,7 @@ require_once(BASEPATH.'helpers/html_helper.php'); -class Html_helper_test extends PHPUnit_Framework_TestCase +class Html_helper_test extends CI_TestCase { public function testHeading() {