diff options
-rw-r--r-- | tests/bootstrap.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bootstrap.php b/tests/bootstrap.php index fb667263e45..d273676f4c6 100644 --- a/tests/bootstrap.php +++ b/tests/bootstrap.php @@ -1,7 +1,7 @@ <?php global $RUNTIME_NOAPPS; -$RUNTIME_NOAPPS = true; +$RUNTIME_NOAPPS = false; define('PHPUNIT_RUN', 1); |