summaryrefslogtreecommitdiffstats
path: root/tests/lib/ci_testcase.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/ci_testcase.php')
-rw-r--r--tests/lib/ci_testcase.php4
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()