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,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>