2024-02-28 16:51:38 +08:00
|
|
|
<phpunit bootstrap="test/bootstrap.php">
|
|
|
|
<testsuites>
|
|
|
|
<testsuite name="Application">
|
|
|
|
<directory>test</directory>
|
|
|
|
</testsuite>
|
|
|
|
</testsuites>
|
|
|
|
|
|
|
|
<logging>
|
|
|
|
<log type="coverage-clover" target="clover.xml"/>
|
|
|
|
</logging>
|
|
|
|
|
|
|
|
<filter>
|
|
|
|
<whitelist processUncoveredFilesFromWhitelist="true">
|
|
|
|
<directory suffix=".php">src</directory>
|
|
|
|
</whitelist>
|
|
|
|
</filter>
|
2023-05-10 13:39:12 +08:00
|
|
|
</phpunit>
|