commit | 8da69039f6d855eb4f88de73702155e6899d2d23 | [log] [tgz] |
---|---|---|
author | Greg Aker <greg.aker@ellislab.com> | Thu Apr 21 11:28:27 2011 -0500 |
committer | Greg Aker <greg.aker@ellislab.com> | Thu Apr 21 11:28:27 2011 -0500 |
tree | ba93fc1b3115f76ce3918ccd1f25423766cd8fbc | |
parent | 25a6690724751d1937a8adc867ca630830b2eb6f [diff] [blame] |
Working on tests in the loader. Have generic model mocking working with vfsStream.
diff --git a/tests/lib/ci_testcase.php b/tests/lib/ci_testcase.php index c8c6bc9..10539a3 100644 --- a/tests/lib/ci_testcase.php +++ b/tests/lib/ci_testcase.php
@@ -20,9 +20,9 @@ 'security' => 'sec', 'input' => 'in', 'lang' => 'lang', - // @todo the loader is an edge case - 'loader' => 'load' + 'loader' => 'load', + 'model' => 'model' ); public function __construct()