diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2013-09-26 12:02:06 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2013-09-26 12:02:06 +0200 |
commit | d1b5d65622122b71dfb46cd5d1addf514552032a (patch) | |
tree | 080ae1b301634f230c71d62f796ad21b973ffd4c /tests/bootstrap.php | |
parent | 70dccd28ef2e2a374c0e5013d2569e4c3fc13852 (diff) | |
download | nextcloud-server-d1b5d65622122b71dfb46cd5d1addf514552032a.tar.gz nextcloud-server-d1b5d65622122b71dfb46cd5d1addf514552032a.zip |
run unit tests for apps as well
Diffstat (limited to 'tests/bootstrap.php')
-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); |