diff options
author | Bart Visscher <bartv@thisnet.nl> | 2012-10-13 20:19:35 +0200 |
---|---|---|
committer | Bart Visscher <bartv@thisnet.nl> | 2012-10-13 20:23:02 +0200 |
commit | 730d7c4e7de3a07c95f38763b9cff842653fa69a (patch) | |
tree | fab1966facb7f60c89876f3ff648f82f3ebe5625 /tests | |
parent | 41d14948983a42b942b1a0d260c3af803e6cc098 (diff) | |
download | nextcloud-server-730d7c4e7de3a07c95f38763b9cff842653fa69a.tar.gz nextcloud-server-730d7c4e7de3a07c95f38763b9cff842653fa69a.zip |
Disable loading apps before starting tests
Diffstat (limited to 'tests')
-rw-r--r-- | tests/bootstrap.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/bootstrap.php b/tests/bootstrap.php index f8364b71ef7..16ed6cdb3c7 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')){ |