AppsAutoUpdater/phpunit.xml

8 lines
203 B
XML
Raw Normal View History

2019-01-21 11:37:07 +00:00
<phpunit bootstrap="tests/bootstrap.php" colors="true">
<testsuites>
<testsuite name="unit">
<directory>./tests/Unit</directory>
</testsuite>
</testsuites>
</phpunit>