diff options
author | Andreas Fischer <bantu@owncloud.com> | 2013-07-25 02:43:50 +0200 |
---|---|---|
committer | Andreas Fischer <bantu@owncloud.com> | 2013-07-25 02:43:50 +0200 |
commit | 763afa5064b1c51751ba1200212d8a18a2cae38b (patch) | |
tree | 79bd39557401daf8c5c144bdfc1c0a470368a724 /tests/phpunit-autotest.xml | |
parent | ff86b6f1346be9eb90ad82ae49742d22d4ee3e9d (diff) | |
download | nextcloud-server-763afa5064b1c51751ba1200212d8a18a2cae38b.tar.gz nextcloud-server-763afa5064b1c51751ba1200212d8a18a2cae38b.zip |
Add verbose to autotest phpunit, so we see skipped and incomplete tests.
Diffstat (limited to 'tests/phpunit-autotest.xml')
-rw-r--r-- | tests/phpunit-autotest.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/phpunit-autotest.xml b/tests/phpunit-autotest.xml index 23b2d6c0060..a893e96ad97 100644 --- a/tests/phpunit-autotest.xml +++ b/tests/phpunit-autotest.xml @@ -1,6 +1,7 @@ <?xml version="1.0" encoding="utf-8" ?> <phpunit bootstrap="bootstrap.php" strict="true" + verbose="true" timeoutForSmallTests="900" timeoutForMediumTests="900" timeoutForLargeTests="900" |