Nextcloud-App/tests/phpunit.xml

12 lines
310 B
XML
Raw Permalink Normal View History

2023-10-11 19:55:03 +00:00
<phpunit bootstrap="bootstrap.php" colors="true">
<!--
SPDX-FileCopyrightText: BVSC e.V. <no@example.com>
SPDX-License-Identifier: AGPL-3.0-or-later
-->
<testsuites>
<testsuite name="unit">
<directory>./Unit</directory>
</testsuite>
</testsuites>
</phpunit>