dcbristol-2019-static/phpunit.xml.dist

13 lines
438 B
Plaintext
Raw Normal View History

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"
stopOnFailure="true">
<testsuites>
<testsuite name="Bundles">
<directory suffix="Test.php">src/Speakers/tests</directory>
</testsuite>
</testsuites>
</phpunit>