fix running app tests

This commit is contained in:
Robin Appelman 2012-10-28 16:00:43 +01:00
parent 6bc156ba69
commit 6695b29053
1 changed files with 0 additions and 2 deletions

View File

@ -1,7 +1,5 @@
<?php
global $RUNTIME_NOAPPS;
$RUNTIME_NOAPPS = true;
require_once __DIR__.'/../lib/base.php';
if(!class_exists('PHPUnit_Framework_TestCase')){