diff --git a/tests/bootstrap.php b/tests/bootstrap.php index 4080a974be789a957df09724fd591a7f277c9a4c..115a15883a08461638b874aee22c570c61918762 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')) {