mirror of
https://github.com/chenasraf/nextcloud-autocurrency.git
synced 2026-05-18 01:29:05 +00:00
12 lines
329 B
XML
Executable File
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>
|