summaryrefslogtreecommitdiffstats
path: root/application/libraries/Customautoloader.php
diff options
context:
space:
mode:
Diffstat (limited to 'application/libraries/Customautoloader.php')
-rw-r--r--application/libraries/Customautoloader.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/application/libraries/Customautoloader.php b/application/libraries/Customautoloader.php
index 91be09066..c59847eb3 100644
--- a/application/libraries/Customautoloader.php
+++ b/application/libraries/Customautoloader.php
@@ -18,6 +18,7 @@ class CustomAutoloader{
{
$base_paths = array(
APPPATH,
+ APPPATH."/third_party/mockery/library/",
);
foreach ($base_paths as $base_path) {