From 730d7c4e7de3a07c95f38763b9cff842653fa69a Mon Sep 17 00:00:00 2001 From: Bart Visscher <bartv@thisnet.nl> Date: Sat, 13 Oct 2012 20:19:35 +0200 Subject: [PATCH] Disable loading apps before starting tests --- tests/bootstrap.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/bootstrap.php b/tests/bootstrap.php index f8364b71ef..16ed6cdb3c 100644 --- a/tests/bootstrap.php +++ b/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')){ -- GitLab