Add verbose to autotest phpunit, so we see skipped and incomplete tests.

remotes/origin/stable6
Andreas Fischer 12 years ago
parent ff86b6f134
commit 763afa5064
  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