IMAP-Login/tests/phpunit.xml

12 lines
330 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="unit">
<directory>./Unit</directory>
</testsuite>
</testsuites>
</phpunit>