destructr/phpunit.xml

7 lines
173 B
XML

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