2017-11-01 17:24:23 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2017-11-03 12:09:04 +00:00
|
|
|
<phpunit bootstrap="./vendor/autoload.php"
|
|
|
|
colors="true"
|
|
|
|
convertErrorsToExceptions="true"
|
|
|
|
convertNoticesToExceptions="true"
|
|
|
|
convertWarningsToExceptions="true"
|
|
|
|
stopOnFailure="true">
|
2017-11-01 17:24:23 +00:00
|
|
|
<testsuites>
|
|
|
|
<testsuite name="Bundles">
|
2017-11-07 13:06:47 +00:00
|
|
|
<directory suffix="Test.php">tests</directory>
|
2017-11-01 17:24:23 +00:00
|
|
|
</testsuite>
|
|
|
|
</testsuites>
|
|
|
|
</phpunit>
|