AppsAutoUpdater/phpunit.integration.xml

8 lines
217 B
XML
Raw Permalink Normal View History

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