diff options
author | Robin Appelman <icewind@owncloud.com> | 2012-10-28 16:00:43 +0100 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2012-10-28 16:03:52 +0100 |
commit | 6695b29053334ab4443564cfedd3823af9b90455 (patch) | |
tree | c6b2bccfa6a7b472e7a40099debe7ba84c556948 /tests/bootstrap.php | |
parent | 6bc156ba69f51039300ec1b84abb748518dadf22 (diff) | |
download | nextcloud-server-6695b29053334ab4443564cfedd3823af9b90455.tar.gz nextcloud-server-6695b29053334ab4443564cfedd3823af9b90455.zip |
fix running app tests
Diffstat (limited to 'tests/bootstrap.php')
-rw-r--r-- | tests/bootstrap.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/bootstrap.php b/tests/bootstrap.php index 16ed6cdb3c7..f8364b71ef7 100644 --- a/tests/bootstrap.php +++ b/tests/bootstrap.php @@ -1,7 +1,5 @@ <?php -global $RUNTIME_NOAPPS; -$RUNTIME_NOAPPS = true; require_once __DIR__.'/../lib/base.php'; if(!class_exists('PHPUnit_Framework_TestCase')){ |