Merge pull request #4191 from owncloud/autotest-show-skipped-tests

Add verbose to autotest phpunit, so we see skipped and incomplete tests.
This commit is contained in:
Jörn Friedrich Dreyer 2013-07-25 03:14:43 -07:00
commit 9762a4dd95
1 changed files with 1 additions and 0 deletions

View File

@ -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"