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" convertErrorsToExceptions="true"
convertNoticesToExceptions="true" convertNoticesToExceptions="true"
convertWarningsToExceptions="true" convertWarningsToExceptions="true"
stopOnFailure="true"> stopOnFailure="true"
verbose="true">
<testsuites> <testsuites>
<testsuite name="Bundles"> <testsuite name="Bundles">
<directory suffix="Test.php">src/Speakers/tests</directory> <directory suffix="Test.php">src/Speakers/tests</directory>
</testsuite> </testsuite>
</testsuites> </testsuites>
</phpunit> </phpunit>