Disable loading apps before starting tests
The tests it self should load the app if needed
This commit is contained in:
parent
a7f26b6b40
commit
04aa029cd3
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
<?php
|
||||
|
||||
global $RUNTIME_NOAPPS;
|
||||
$RUNTIME_NOAPPS = true;
|
||||
require_once __DIR__.'/../lib/base.php';
|
||||
|
||||
if(!class_exists('PHPUnit_Framework_TestCase')) {
|
||||
|
|
Loading…
Reference in a new issue