Skip to content

Commit 2754ef7

Browse files
authored
Remove deprecated settings
1 parent ff22979 commit 2754ef7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

phpunit.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
</filter>
2525
<logging>
2626
<log type="coverage-text" target="php://stdout" showUncoveredFiles="true" />
27-
<log type="coverage-html" target="build/coverage" title="PHP Coveralls" charset="UTF-8" yui="true" highlight="true" lowUpperBound="35" highLowerBound="70" />
27+
<log type="coverage-html" target="build/coverage" lowUpperBound="35" highLowerBound="70" />
2828
<log type="coverage-clover" target="build/logs/clover.xml" />
2929
</logging>
3030
</phpunit>

0 commit comments

Comments
 (0)