summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 6204894fc..fd41a0383 100644
--- a/tests/integration/bootstrap.php
+++ b/tests/integration/bootstrap.php
@@ -11,7 +11,7 @@
namespace OCA\News\Tests\Integration;
-require_once __DIR__ . '/../../../../lib/base.php';
+require_once __DIR__ . '/../../../../tests/bootstrap.php';
use PHPUnit_Framework_TestCase;
use OCP\IDb;