files_photospheres/phpunit.xml

20 строки
831 B
XML

<?xml version="1.0"?>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" bootstrap="tests/bootstrap.php" colors="true" verbose="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">./appinfo</directory>
<directory suffix=".php">./l10n</directory>
<directory suffix=".php">./templates</directory>
<directory suffix=".php">./tests</directory>
<directory suffix=".php">./vendor</directory>
<file>./.php-cs-fixer.dist.php</file>
</exclude>
</coverage>
<testsuite name="unit">
<directory>./tests/Unit</directory>
</testsuite>
</phpunit>