AppsAutoUpdater/phpunit.xml
2019-01-21 12:37:07 +01:00

8 lines
203 B
XML

<phpunit bootstrap="tests/bootstrap.php" colors="true">
<testsuites>
<testsuite name="unit">
<directory>./tests/Unit</directory>
</testsuite>
</testsuites>
</phpunit>