summaryrefslogtreecommitdiffstats
path: root/tests/integration
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2015-09-20 18:18:36 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2015-09-20 18:18:36 +0200
commita8ddf748a7a9060d52202e2af5d77a6c5c6a2cd5 (patch)
treee4ab2bf6d80af0cd8ae5a2a1d673d01936c78870 /tests/integration
parenta2232bbd25929b6ac8020b5a2aa8ca8b0235b9a8 (diff)
fix import for integration tests
Diffstat (limited to 'tests/integration')
-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;