diff options
author | admin <devnull@localhost> | 2006-09-26 09:52:09 +0200 |
---|---|---|
committer | admin <devnull@localhost> | 2006-09-26 09:52:09 +0200 |
commit | 7981a9a752c339611ae10a252469f9dbc266fb96 (patch) | |
tree | 9a66510a001a586e381b73c355b9888d64519b1a /system/libraries/Unit_test.php | |
parent | ebbe383453f3f18d09a8c7f3437d5712bdb8e650 (diff) |
Diffstat (limited to 'system/libraries/Unit_test.php')
-rw-r--r-- | system/libraries/Unit_test.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/libraries/Unit_test.php b/system/libraries/Unit_test.php index 19fac79a7..04c3c199b 100644 --- a/system/libraries/Unit_test.php +++ b/system/libraries/Unit_test.php @@ -16,7 +16,7 @@ // INITIALIZE THE CLASS --------------------------------------------------- $obj =& get_instance(); -$obj->unit =& new CI_Unit_test(); +$obj->init_class('CI_Unit_test'); // ------------------------------------------------------------------------ |