aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bootstrap.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bootstrap.php')
-rw-r--r--tests/bootstrap.php6
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/bootstrap.php b/tests/bootstrap.php
index 7e5e4c7c547..af71006cc39 100644
--- a/tests/bootstrap.php
+++ b/tests/bootstrap.php
@@ -17,4 +17,8 @@ require_once __DIR__ . '/../lib/base.php';
OC_Hook::clear();
-set_include_path(get_include_path() . PATH_SEPARATOR . '/usr/share/php');
+set_include_path(
+ get_include_path() . PATH_SEPARATOR
+ . '/usr/share/php' . PATH_SEPARATOR
+ . __DIR__ . '/..'
+);