summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2015-09-14 20:19:55 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2015-09-14 20:19:55 +0200
commit8d81beb6b2dab09c61f6cdad503a7b30831dbb43 (patch)
tree6e08fc5903e727002ae3fc10f279d70045c90bd5 /tests
parent901b51109e0deb1b5f76b5713c1f83936e9f26cc (diff)
try to fix shit
Diffstat (limited to 'tests')
-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;