Skip to content

Commit 8907711

Browse files
committed
fix coverage
1 parent f38ba47 commit 8907711

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

phpunit.xml.dist

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@
3030
<filter>
3131
<whitelist>
3232
<directory>./src/</directory>
33+
<exclude>
34+
<file>./src/Command/NotTypedConfigureTrait.php</file>
35+
<file>./src/Command/TypedConfigureTrait.php</file>
36+
</exclude>
3337
</whitelist>
3438
</filter>
3539
<logging>

0 commit comments

Comments
 (0)