Files
nextcloud-tables/phpunit.integration.xml
Andy Scherzinger 999bcceddf chore: Add SPDX header
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2024-08-05 20:51:55 +02:00

13 lines
345 B
XML

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