Files
nextcloud-registration/tests/phpunit.xml
Andy Scherzinger af4940051a docs(reuse): Add missing spdx license info
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2024-10-14 08:49:20 +02:00

21 lines
602 B
XML

<?xml version="1.0" encoding="utf-8" ?>
<!--
- SPDX-FileCopyrightText: 2017 Nextcloud GmbH and Nextcloud contributors
- SPDX-License-Identifier: AGPL-3.0-or-later
-->
<phpunit bootstrap="bootstrap.php"
verbose="true"
convertDeprecationsToExceptions="true"
>
<testsuite name='Registration app tests'>
<directory suffix='Test.php'>Unit</directory>
</testsuite>
<!-- filters for code coverage -->
<filter>
<whitelist>
<directory suffix=".php">../../registration/appinfo</directory>
<directory suffix=".php">../../registration/lib</directory>
</whitelist>
</filter>
</phpunit>