IMAP-Login/tests/phpunit.integration.xml

12 lines
344 B
XML

<phpunit bootstrap="bootstrap.php" colors="true">
<!--
SPDX-FileCopyrightText: Phillip Thern <imap-login.nextcloud@thern.wtf>
SPDX-License-Identifier: AGPL-3.0-or-later
-->
<testsuites>
<testsuite name="integration">
<directory>./Integration</directory>
</testsuite>
</testsuites>
</phpunit>