diff options
author | Thomas Tanghus <thomas@tanghus.net> | 2012-11-11 20:20:09 +0100 |
---|---|---|
committer | Thomas Tanghus <thomas@tanghus.net> | 2012-11-11 20:20:09 +0100 |
commit | fd709fc0217b2dc6b9b4a46aae4c9df721641084 (patch) | |
tree | bc98df9f93acc053aad2ec129f641f78a0575fef /tests | |
parent | 972ba89bc2abb8510810d814c08cc02c44ea533c (diff) | |
parent | 3be21cf6656342c4ef7713ee9b111b809122a709 (diff) | |
download | nextcloud-server-fd709fc0217b2dc6b9b4a46aae4c9df721641084.tar.gz nextcloud-server-fd709fc0217b2dc6b9b4a46aae4c9df721641084.zip |
Merge branch 'master' of github.com:owncloud/core into vcategories_db
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 4080a974be7..115a15883a0 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')) { |