]> source.dussan.org Git - nextcloud-server.git/commitdiff
Disable loading apps before starting tests
authorBart Visscher <bartv@thisnet.nl>
Fri, 9 Nov 2012 16:49:06 +0000 (17:49 +0100)
committerBart Visscher <bartv@thisnet.nl>
Sat, 10 Nov 2012 20:15:05 +0000 (21:15 +0100)
The tests it self should load the app if needed

tests/bootstrap.php

index 4080a974be789a957df09724fd591a7f277c9a4c..115a15883a08461638b874aee22c570c61918762 100644 (file)
@@ -1,5 +1,7 @@
 <?php
 
+global $RUNTIME_NOAPPS;
+$RUNTIME_NOAPPS = true;
 require_once __DIR__.'/../lib/base.php';
 
 if(!class_exists('PHPUnit_Framework_TestCase')) {