summaryrefslogtreecommitdiffstats
path: root/tests/mocks
diff options
context:
space:
mode:
authordchill42 <dchill42@gmail.com>2012-08-30 15:46:20 +0200
committerdchill42 <dchill42@gmail.com>2012-08-30 15:46:20 +0200
commiteeb6a480a4a25b7fe96e9ba0cf3aef273fd13c67 (patch)
treeeba33cd7db7098515d5413d4a5b238a96dae8485 /tests/mocks
parent60d100f0fde3fba4fa4015f44f490b7ecac16138 (diff)
Better way - autoloader uses first config path
Signed-off-by: dchill42 <dchill42@gmail.com>
Diffstat (limited to 'tests/mocks')
-rw-r--r--tests/mocks/core/loader.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/mocks/core/loader.php b/tests/mocks/core/loader.php
index c0e02139e..9eb78253b 100644
--- a/tests/mocks/core/loader.php
+++ b/tests/mocks/core/loader.php
@@ -30,7 +30,6 @@ class Mock_Core_Loader extends CI_Loader {
$this->_ci_helper_paths = array($this->app_path, $this->base_path);
$this->_ci_model_paths = array($this->app_path);
$this->_ci_view_paths = array($this->app_path.'views/' => TRUE);
- $this->_ci_autoloader_path = $this->app_path;
}
/**