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, 0 insertions, 4 deletions
diff --git a/tests/integration/bootstrap.php b/tests/integration/bootstrap.php
index 3c3193d3a..b9bbe6179 100644
--- a/tests/integration/bootstrap.php
+++ b/tests/integration/bootstrap.php
@@ -3,10 +3,6 @@ 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 {