summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/base.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/base.php b/lib/base.php
index 5f8a7ed0f19..fcb3ff0b561 100644
--- a/lib/base.php
+++ b/lib/base.php
@@ -528,7 +528,8 @@ class OC {
OC::$SERVERROOT . '/settings',
OC::$SERVERROOT . '/ocs',
OC::$SERVERROOT . '/ocs-provider',
- OC::$SERVERROOT . '/3rdparty'
+ OC::$SERVERROOT . '/3rdparty',
+ OC::$SERVERROOT . '/tests',
]);
spl_autoload_register(array(self::$loader, 'load'));
$loaderEnd = microtime(true);