mirror of
https://github.com/mosbth/cimage.git
synced 2025-01-17 19:18:15 +01:00
23 lines
579 B
XML
23 lines
579 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<phpunit
|
|
bootstrap="test/config.php">
|
|
|
|
<testsuites>
|
|
<testsuite name="all">
|
|
<directory>test</directory>
|
|
</testsuite>
|
|
</testsuites>
|
|
|
|
<logging>
|
|
<log type="coverage-html" target="coverage" charset="UTF-8" highlight="true" lowUpperBound="35" highLowerBound="70" />
|
|
<log type="coverage-clover" target="coverage.clover" />
|
|
</logging>
|
|
|
|
<filter>
|
|
<whitelist processUncoveredFilesFromWhitelist="true">
|
|
<file>*.php</file>
|
|
</whitelist>
|
|
</filter>
|
|
|
|
</phpunit>
|