oliverdavies.uk/phpunit.xml.dist

12 lines
275 B
Plaintext
Raw Normal View History

2017-11-01 17:24:23 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<phpunit
colors="true"
stopOnFailure="true"
bootstrap="./vendor/autoload.php">
<testsuites>
<testsuite name="Bundles">
<directory>./tests</directory>
</testsuite>
</testsuites>
</phpunit>