Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2013-09-26 14:02:06 +0400
committerThomas Müller <thomas.mueller@tmit.eu>2013-09-26 14:02:06 +0400
commitd1b5d65622122b71dfb46cd5d1addf514552032a (patch)
tree080ae1b301634f230c71d62f796ad21b973ffd4c /tests/bootstrap.php
parent70dccd28ef2e2a374c0e5013d2569e4c3fc13852 (diff)
run unit tests for apps as well
Diffstat (limited to 'tests/bootstrap.php')
-rw-r--r--tests/bootstrap.php2
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);