mirror of
https://github.com/nextcloud/tables.git
synced 2025-07-22 18:28:09 +00:00
13 lines
345 B
XML
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>
|