Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBart Visscher <bartv@thisnet.nl>2012-10-13 22:19:35 +0400
committerBart Visscher <bartv@thisnet.nl>2012-10-13 22:23:02 +0400
commit730d7c4e7de3a07c95f38763b9cff842653fa69a (patch)
treefab1966facb7f60c89876f3ff648f82f3ebe5625 /tests/bootstrap.php
parent41d14948983a42b942b1a0d260c3af803e6cc098 (diff)
Disable loading apps before starting tests
Diffstat (limited to 'tests/bootstrap.php')
-rw-r--r--tests/bootstrap.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/bootstrap.php b/tests/bootstrap.php
index f8364b71ef7..16ed6cdb3c7 100644
--- a/tests/bootstrap.php
+++ b/tests/bootstrap.php
@@ -1,5 +1,7 @@
<?php
+global $RUNTIME_NOAPPS;
+$RUNTIME_NOAPPS = true;
require_once __DIR__.'/../lib/base.php';
if(!class_exists('PHPUnit_Framework_TestCase')){