diff options
author | admin <devnull@localhost> | 2006-10-01 21:00:56 +0200 |
---|---|---|
committer | admin <devnull@localhost> | 2006-10-01 21:00:56 +0200 |
commit | 844cdfd5294c2e252c1fa2a110be02dcce8f48a8 (patch) | |
tree | f284625cb9b60d68be73f66ed2206e59325d9daa /system | |
parent | 5dc8042015dbd25329ed1e0df8d4d34ee08dc22a (diff) |
Diffstat (limited to 'system')
-rw-r--r-- | system/libraries/Unit_test.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/libraries/Unit_test.php b/system/libraries/Unit_test.php index 78b92edb2..0df78c253 100644 --- a/system/libraries/Unit_test.php +++ b/system/libraries/Unit_test.php @@ -26,7 +26,7 @@ * @author Rick Ellis * @link http://www.codeigniter.com/user_guide/libraries/uri.html */ -class CI_Unit_test { +class CI_Unit { var $active = TRUE; var $results = array(); @@ -34,7 +34,7 @@ class CI_Unit_test { var $_template = NULL; var $_template_rows = NULL; - function CI_Unit_test() + function CI_Unit() { log_message('debug', "Unit Testing Class Initialized"); } |