summaryrefslogtreecommitdiffstats
path: root/apps/dav/tests/unit/bootstrap.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/dav/tests/unit/bootstrap.php')
-rw-r--r--apps/dav/tests/unit/bootstrap.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/dav/tests/unit/bootstrap.php b/apps/dav/tests/unit/bootstrap.php
index f6733bc7a3e..375171ff8b3 100644
--- a/apps/dav/tests/unit/bootstrap.php
+++ b/apps/dav/tests/unit/bootstrap.php
@@ -28,6 +28,8 @@ if(!class_exists('PHPUnit_Framework_TestCase')) {
require_once('PHPUnit/Autoload.php');
}
+\OC::$composerAutoloader->addPsr4('Test\\', OC::$SERVERROOT . '/tests/lib/', true);
+
\OC_App::loadApp('dav');
OC_Hook::clear();