Disable loading apps before starting tests

The tests it self should load the app if needed
This commit is contained in:
Bart Visscher 2012-11-09 17:49:06 +01:00
parent a7f26b6b40
commit 04aa029cd3

View file

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