Skip to content

Commit cc6fbb7

Browse files
author
Tom Van Herreweghe
committed
Exclude Interfaces from coverage report
Signed-off-by: Tom Van Herreweghe <[email protected]>
1 parent a2a0272 commit cc6fbb7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

phpunit.xml.dist

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
<directory suffix=".php">./lib</directory>
1515
<exclude>
1616
<file>./autoload.php</file>
17+
<file>*Interface.php</file>
1718
</exclude>
1819
</whitelist>
1920
</filter>

0 commit comments

Comments
 (0)