From 8d81beb6b2dab09c61f6cdad503a7b30831dbb43 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Mon, 14 Sep 2015 20:19:55 +0200 Subject: try to fix shit --- tests/integration/bootstrap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3