Update phpunit.xml.dist

This commit is contained in:
Oliver Davies 2017-11-03 12:09:04 +00:00
parent d189e938c6
commit 01dd65c7c4

View file

@ -1,11 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<phpunit <phpunit bootstrap="./vendor/autoload.php"
colors="true" colors="true"
stopOnFailure="true" convertErrorsToExceptions="true"
bootstrap="./vendor/autoload.php"> convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
stopOnFailure="true">
<testsuites> <testsuites>
<testsuite name="Bundles"> <testsuite name="Bundles">
<directory>./tests</directory> <directory suffix="Test.php">./tests</directory>
</testsuite> </testsuite>
</testsuites> </testsuites>
</phpunit> </phpunit>