Files
nextcloud-autocurrency/tests/phpunit.integration.xml
2023-02-01 23:06:57 +02:00

12 lines
329 B
XML
Executable File

<phpunit bootstrap="bootstrap.php" colors="true">
<!--
SPDX-FileCopyrightText: Chen Asraf <contact@casraf.dev>
SPDX-License-Identifier: AGPL-3.0-or-later
-->
<testsuites>
<testsuite name="integration">
<directory>./Integration</directory>
</testsuite>
</testsuites>
</phpunit>