Re-add phpunit.xml.dist

This commit is contained in:
Oliver Davies 2018-05-10 00:20:53 +01:00
parent 4427ccb58c
commit 550650770e

13
phpunit.xml.dist Normal file
View file

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