diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2013-09-26 14:03:04 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2013-09-26 14:03:04 +0200 |
commit | f8933eaf922c82c369b48275510ad6920ac70b47 (patch) | |
tree | 8480fb8cffacd3c90fbfc6ce856297254125f66e /tests/bootstrap.php | |
parent | d1b5d65622122b71dfb46cd5d1addf514552032a (diff) | |
download | nextcloud-server-f8933eaf922c82c369b48275510ad6920ac70b47.tar.gz nextcloud-server-f8933eaf922c82c369b48275510ad6920ac70b47.zip |
Remove $RUNTIME_NOAPPS - setting to false was not enough
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 d273676f4c6..581cfcff9f3 100644 --- a/tests/bootstrap.php +++ b/tests/bootstrap.php @@ -1,7 +1,5 @@ <?php -global $RUNTIME_NOAPPS; -$RUNTIME_NOAPPS = false; define('PHPUNIT_RUN', 1); |