nc-nezd/tests/phpunit.xml
2022-11-28 11:25:02 +01:00

12 lines
317 B
XML

<phpunit bootstrap="bootstrap.php" colors="true">
<!--
SPDX-FileCopyrightText: Szabó Dávid <daevidt@gmail.com>
SPDX-License-Identifier: AGPL-3.0-or-later
-->
<testsuites>
<testsuite name="unit">
<directory>./Unit</directory>
</testsuite>
</testsuites>
</phpunit>