Disable loading apps before starting tests

remotes/origin/stable5
Bart Visscher 13 years ago
parent 41d1494898
commit 730d7c4e7d
  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