diff options
author | Greg Aker <greg.aker@ellislab.com> | 2011-04-21 18:28:27 +0200 |
---|---|---|
committer | Greg Aker <greg.aker@ellislab.com> | 2011-04-21 18:28:27 +0200 |
commit | 8da69039f6d855eb4f88de73702155e6899d2d23 (patch) | |
tree | ba93fc1b3115f76ce3918ccd1f25423766cd8fbc /tests/lib | |
parent | 25a6690724751d1937a8adc867ca630830b2eb6f (diff) |
Working on tests in the loader. Have generic model mocking working with vfsStream.
Diffstat (limited to 'tests/lib')
-rw-r--r-- | tests/lib/ci_testcase.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/lib/ci_testcase.php b/tests/lib/ci_testcase.php index c8c6bc900..10539a3af 100644 --- a/tests/lib/ci_testcase.php +++ b/tests/lib/ci_testcase.php @@ -20,9 +20,9 @@ class CI_TestCase extends PHPUnit_Framework_TestCase { 'security' => 'sec', 'input' => 'in', 'lang' => 'lang', - // @todo the loader is an edge case - 'loader' => 'load' + 'loader' => 'load', + 'model' => 'model' ); public function __construct() |