Skip to content

Commit bd16e74

Browse files
committed
phpunit with logging
1 parent 8a5870d commit bd16e74

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

phpunit.xml

+3
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,7 @@ bootstrap="Test/autoload.php"
2424
</exclude>
2525
</whitelist>
2626
</filter>
27+
<logging>
28+
<log type="coverage-text" target="php://stdout" showUncoveredFiles="true" />
29+
</logging>
2730
</phpunit>

0 commit comments

Comments
 (0)