repod/tests/phpunit.integration.xml

8 lines
205 B
XML
Raw Normal View History

2023-06-22 18:10:30 +00:00
<phpunit bootstrap="bootstrap.php" colors="true">
<testsuites>
<testsuite name="integration">
<directory>./Integration</directory>
</testsuite>
</testsuites>
</phpunit>