flatrr/phpunit.xml

8 lines
163 B
XML
Raw Normal View History

2018-08-17 21:02:50 +00:00
<phpunit bootstrap="vendor/autoload.php">
<testsuites>
<testsuite name="All">
<directory>tests</directory>
</testsuite>
</testsuites>
</phpunit>