aboutsummaryrefslogtreecommitdiffstats
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, 1 insertions, 1 deletions
diff --git a/apps/dav/tests/unit/bootstrap.php b/apps/dav/tests/unit/bootstrap.php
index 61dbda35ae2..886a7f0b859 100644
--- a/apps/dav/tests/unit/bootstrap.php
+++ b/apps/dav/tests/unit/bootstrap.php
@@ -9,7 +9,7 @@ if (!defined('PHPUNIT_RUN')) {
define('PHPUNIT_RUN', 1);
}
-require_once __DIR__.'/../../../../lib/base.php';
+require_once __DIR__ . '/../../../../lib/base.php';
\OC::$composerAutoloader->addPsr4('Test\\', OC::$SERVERROOT . '/tests/lib/', true);