Files
nextcloud-tables/phpunit.xml
2026-01-08 10:42:08 +01:00

13 lines
336 B
XML

<?xml version="1.0"?>
<!--
- SPDX-FileCopyrightText: 2021 Florian Steffens
- SPDX-License-Identifier: AGPL-3.0-or-later
-->
<phpunit bootstrap="tests/Unit/bootstrap.php" colors="true">
<testsuites>
<testsuite name="unit">
<directory>./tests/Unit</directory>
</testsuite>
</testsuites>
</phpunit>