We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a5870d commit bd16e74Copy full SHA for bd16e74
phpunit.xml
@@ -24,4 +24,7 @@ bootstrap="Test/autoload.php"
24
</exclude>
25
</whitelist>
26
</filter>
27
+ <logging>
28
+ <log type="coverage-text" target="php://stdout" showUncoveredFiles="true" />
29
+ </logging>
30
</phpunit>
0 commit comments