mirror of
https://github.com/nextcloud/recognize.git
synced 2026-01-13 20:25:35 +00:00
18 lines
756 B
XML
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>
|