Files
nextcloud-recognize/tests/phpunit.xml
Marcel Klehr d83838de43 Refactor CI tests
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2023-01-17 13:59:09 +01:00

18 lines
756 B
XML

<?xml version="1.0" encoding="utf-8"?>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" bootstrap="bootstrap.php" verbose="true" colors="true" timeoutForSmallTests="900" timeoutForMediumTests="900" timeoutForLargeTests="900" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd">
<coverage>
<include>
<directory suffix=".php">../</directory>
</include>
<exclude>
<directory suffix=".php">../l10n</directory>
<directory suffix=".php">../templates</directory>
<directory suffix=".php">../tests</directory>
</exclude>
</coverage>
<testsuite name="Recognize app tests">
<directory suffix="Test.php">.</directory>
</testsuite>
<!-- filters for code coverage -->
</phpunit>