We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c054cfd commit ac75d9aCopy full SHA for ac75d9a
1 file changed
phpunit.xml.dist
@@ -24,6 +24,16 @@
24
<directory>./vendor/</directory>
25
</blacklist>
26
</filter>
27
+ <logging>
28
+ <log type="coverage-html"
29
+ title="phpDocumentor Reflection DocBlock"
30
+ target="build/coverage"
31
+ charset="UTF-8"
32
+ yui="true"
33
+ highlight="false"
34
+ lowUpperBound="35"
35
+ highLowerBound="70"/>
36
+ </logging>
37
<listeners>
38
<listener
39
class="Mockery\Adapter\Phpunit\TestListener"
0 commit comments