1
0
mirror of https://github.com/mosbth/cimage.git synced 2025-09-01 19:52:34 +02:00

fix phpunit for scrutinizer

This commit is contained in:
Mikael Roos
2015-12-05 17:19:49 +01:00
parent ec72246e9c
commit 679714422d
4 changed files with 12 additions and 7 deletions

View File

@@ -8,14 +8,9 @@
</testsuite>
</testsuites>
<logging>
<log type="coverage-html" target="build/coverage" charset="UTF-8" highlight="true" lowUpperBound="35" highLowerBound="70" />
<log type="coverage-clover" target="build/coverage.clover" />
</logging>
<filter>
<whitelist processUncoveredFilesFromWhitelist="true">
<directory suffix=".php">.</directory>
<directory suffix=".php">src/</directory>
<exclude>
<directory suffix=".php">test</directory>
<directory suffix=".php">webroot</directory>
@@ -23,4 +18,9 @@
</whitelist>
</filter>
<logging>
<log type="coverage-html" target="build/coverage" charset="UTF-8" highlight="true" lowUpperBound="35" highLowerBound="70" />
<log type="coverage-clover" target="build/coverage.clover" />
</logging>
</phpunit>