Run PHPUnit in verbose mode

This commit is contained in:
Oliver Davies 2019-05-22 12:28:27 +01:00
parent 178d3bb30e
commit df97bf270c

View file

@ -4,10 +4,11 @@
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
stopOnFailure="true">
stopOnFailure="true"
verbose="true">
<testsuites>
<testsuite name="Bundles">
<directory suffix="Test.php">src/Speakers/tests</directory>
</testsuite>
</testsuites>
</phpunit>
</phpunit>