2019-05-20 21:28:12 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<phpunit bootstrap="./vendor/autoload.php"
|
|
|
|
colors="true"
|
|
|
|
convertErrorsToExceptions="true"
|
|
|
|
convertNoticesToExceptions="true"
|
|
|
|
convertWarningsToExceptions="true"
|
2019-05-22 11:28:27 +00:00
|
|
|
stopOnFailure="true"
|
|
|
|
verbose="true">
|
2019-05-20 21:28:12 +00:00
|
|
|
<testsuites>
|
|
|
|
<testsuite name="Bundles">
|
|
|
|
<directory suffix="Test.php">src/Speakers/tests</directory>
|
|
|
|
</testsuite>
|
|
|
|
</testsuites>
|
2019-05-22 11:28:27 +00:00
|
|
|
</phpunit>
|