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.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/integration/bootstrap.php b/tests/integration/bootstrap.php
index effe2fe9d..de6ad1cbe 100644
--- a/tests/integration/bootstrap.php
+++ b/tests/integration/bootstrap.php
@@ -3,6 +3,10 @@ namespace OCA\News\Tests\Integration;
require_once __DIR__ . '/../../../../lib/base.php';
+\OC_App::loadApps();
+\OC_User::setupBackends();
+\OC_Util::setupFS();
+
class NewsIntegrationTest extends \PHPUnit_Framework_TestCase {