summaryrefslogtreecommitdiffstats
path: root/tests/integration/bootstrap.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/integration/bootstrap.php')
-rw-r--r--tests/integration/bootstrap.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/integration/bootstrap.php b/tests/integration/bootstrap.php
index fd41a0383..19a169a7e 100644
--- a/tests/integration/bootstrap.php
+++ b/tests/integration/bootstrap.php
@@ -11,7 +11,7 @@
namespace OCA\News\Tests\Integration;
-require_once __DIR__ . '/../../../../tests/bootstrap.php';
+require_once __DIR__ . '/../bootstrap.php';
use PHPUnit_Framework_TestCase;
use OCP\IDb;