summaryrefslogtreecommitdiffstats
path: root/tests/bootstrap.php
diff options
context:
space:
mode:
authorBart Visscher <bartv@thisnet.nl>2012-11-09 17:49:06 +0100
committerBart Visscher <bartv@thisnet.nl>2012-11-10 21:15:05 +0100
commit04aa029cd3f16dc17f06e5a7e11eba5fc07eb2e7 (patch)
tree6a231d3766d501c63814b51d6e188ee081a76c1e /tests/bootstrap.php
parenta7f26b6b4008d201d726938b4686bc8d07829d1a (diff)
downloadnextcloud-server-04aa029cd3f16dc17f06e5a7e11eba5fc07eb2e7.tar.gz
nextcloud-server-04aa029cd3f16dc17f06e5a7e11eba5fc07eb2e7.zip
Disable loading apps before starting tests
The tests it self should load the app if needed
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 4080a974be7..115a15883a0 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')) {