Disable loading apps before starting tests

This commit is contained in:
Bart Visscher 2012-10-13 20:19:35 +02:00
parent 41d1494898
commit 730d7c4e7d

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')){