repod/tests/phpunit.xml

12 lines
320 B
XML
Raw Normal View History

2023-06-22 18:10:30 +00:00
<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="unit">
<directory>./Unit</directory>
</testsuite>
</testsuites>
</phpunit>