Serial2Format/phpunit.xml

8 lines
196 B
XML

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