Skip to content

Commit

Permalink
set verbose mode by default to know php version and config used
Browse files Browse the repository at this point in the history
  • Loading branch information
llaville committed Nov 22, 2015
1 parent 8af00aa commit 0afd71b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpunit.xml.dist
Expand Up @@ -9,7 +9,7 @@
stopOnIncomplete="false"
stopOnRisky="false"
stopOnSkipped="false"
verbose="false"
verbose="true"
>
<filter>
<whitelist>
Expand Down

0 comments on commit 0afd71b

Please sign in to comment.