flatrr/phpunit.xml
2018-08-17 15:02:50 -06:00

7 lines
163 B
XML

<phpunit bootstrap="vendor/autoload.php">
<testsuites>
<testsuite name="All">
<directory>tests</directory>
</testsuite>
</testsuites>
</phpunit>