12 lines
331 B
XML
12 lines
331 B
XML
<phpunit bootstrap="bootstrap.php" colors="true">
|
|
<!--
|
|
SPDX-FileCopyrightText: Szabó Dávid <daevidt@gmail.com>
|
|
SPDX-License-Identifier: AGPL-3.0-or-later
|
|
-->
|
|
<testsuites>
|
|
<testsuite name="integration">
|
|
<directory>./Integration</directory>
|
|
</testsuite>
|
|
</testsuites>
|
|
</phpunit>
|