Run PHPUnit in verbose mode
This commit is contained in:
parent
178d3bb30e
commit
df97bf270c
|
@ -4,7 +4,8 @@
|
|||
convertErrorsToExceptions="true"
|
||||
convertNoticesToExceptions="true"
|
||||
convertWarningsToExceptions="true"
|
||||
stopOnFailure="true">
|
||||
stopOnFailure="true"
|
||||
verbose="true">
|
||||
<testsuites>
|
||||
<testsuite name="Bundles">
|
||||
<directory suffix="Test.php">src/Speakers/tests</directory>
|
||||
|
|
Loading…
Reference in a new issue