TDoG-Skin/vendor/blessing/rejection/phpunit.xml
2024-08-17 19:13:54 +08:00

14 lines
670 B
XML
Executable File

<?xml version="1.0" encoding="UTF-8"?>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" colors="true" backupGlobals="false" stopOnFailure="false" processIsolation="false" backupStaticAttributes="false" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" bootstrap="vendor/autoload.php" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd">
<coverage>
<include>
<directory>src/Blessing</directory>
</include>
</coverage>
<testsuites>
<testsuite name="rejection">
<directory suffix="Test.php">./tests</directory>
</testsuite>
</testsuites>
</phpunit>