commit | 36de42e4a6c1ef552be8b7b3cb0fb86a4363c7d6 | [log] [tgz] |
---|---|---|
author | Andrey Andreev <narf@bofh.bg> | Sun Jun 10 13:55:55 2012 +0300 |
committer | Andrey Andreev <narf@bofh.bg> | Sun Jun 10 13:55:55 2012 +0300 |
tree | ded1c998f138dd6d8ac0dfa5f11b5126fe694075 | |
parent | 62fd52d3cfeea4a2ec73ac5b943e84eeb38953d2 [diff] [blame] |
Revert a change in tests/mocks/core/common.php
diff --git a/tests/mocks/core/common.php b/tests/mocks/core/common.php index 55506a1..a655ee1 100644 --- a/tests/mocks/core/common.php +++ b/tests/mocks/core/common.php
@@ -7,7 +7,8 @@ function &get_instance() { $test = CI_TestCase::instance(); - return $test->ci_instance(); + $test = $test->ci_instance(); + return $test; } }