Skip to content
Snippets Groups Projects
Commit 9762a4dd authored by Jörn Friedrich Dreyer's avatar Jörn Friedrich Dreyer
Browse files

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

Add verbose to autotest phpunit, so we see skipped and incomplete tests.
parents 9394fc5d 763afa50
No related branches found
No related tags found
No related merge requests found
<?xml version="1.0" encoding="utf-8" ?> <?xml version="1.0" encoding="utf-8" ?>
<phpunit bootstrap="bootstrap.php" <phpunit bootstrap="bootstrap.php"
strict="true" strict="true"
verbose="true"
timeoutForSmallTests="900" timeoutForSmallTests="900"
timeoutForMediumTests="900" timeoutForMediumTests="900"
timeoutForLargeTests="900" timeoutForLargeTests="900"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment