Update phpunit.xml.dist
This commit is contained in:
parent
d189e938c6
commit
01dd65c7c4
|
@ -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>
|
||||||
|
|
Reference in a new issue