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

remotes/origin/stable6
Andreas Fischer 2013-07-25 02:43:50 +07:00
parent ff86b6f134
commit 763afa5064
1 changed files with 1 additions and 0 deletions

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