]> source.dussan.org Git - nextcloud-server.git/commitdiff
Disable loading apps before starting tests
authorBart Visscher <bartv@thisnet.nl>
Sat, 13 Oct 2012 18:19:35 +0000 (20:19 +0200)
committerBart Visscher <bartv@thisnet.nl>
Sat, 13 Oct 2012 18:23:02 +0000 (20:23 +0200)
tests/bootstrap.php

index f8364b71ef79697f46d51887f7e5a2214b7870f0..16ed6cdb3c71c368a52eab71c44f2882db81a1cc 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')){