Disable loading apps before starting tests

The tests it self should load the app if needed
remotes/origin/stable5
Bart Visscher 13 years ago
parent a7f26b6b40
commit 04aa029cd3
  1. 2
      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')) {

Loading…
Cancel
Save