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

Add verbose to autotest phpunit, so we see skipped and incomplete tests.
remotes/origin/stable6
Jörn Friedrich Dreyer 13 years ago
commit 9762a4dd95
  1. 1
      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"

Loading…
Cancel
Save