repod/tests/phpunit.integration.xml
2023-06-22 20:10:30 +02:00

12 lines
334 B
XML

<phpunit bootstrap="bootstrap.php" colors="true">
<!--
SPDX-FileCopyrightText: Xéfir Destiny <xefir@crystalyx.net>
SPDX-License-Identifier: AGPL-3.0-or-later
-->
<testsuites>
<testsuite name="integration">
<directory>./Integration</directory>
</testsuite>
</testsuites>
</phpunit>