We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f38ba47 commit 8907711Copy full SHA for 8907711
1 file changed
phpunit.xml.dist
@@ -30,6 +30,10 @@
30
<filter>
31
<whitelist>
32
<directory>./src/</directory>
33
+ <exclude>
34
+ <file>./src/Command/NotTypedConfigureTrait.php</file>
35
+ <file>./src/Command/TypedConfigureTrait.php</file>
36
+ </exclude>
37
</whitelist>
38
</filter>
39
<logging>
0 commit comments