Files
nextcloud-maps/tests/phpunit.unit.xml
Arne Hamann 5d56e2a72b php8.1 and at least nc22
Signed-off-by: Arne Hamann <git@arne.email>
2022-07-16 00:24:57 +02:00

18 lines
666 B
XML

<?xml version="1.0" encoding="utf-8"?>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" bootstrap="bootstrap.php" verbose="true" timeoutForSmallTests="900" timeoutForMediumTests="900" timeoutForLargeTests="900" cacheResult="true" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd">
<coverage>
<include>
<directory suffix=".php">../lib</directory>
</include>
<exclude>
<directory suffix=".php">../vendor</directory>
</exclude>
<report>
<clover outputFile="./clover.unit.xml"/>
</report>
</coverage>
<testsuite name="Maps app tests">
<directory suffix="Test.php">Unit</directory>
</testsuite>
</phpunit>