We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e01cb29 commit 887492eCopy full SHA for 887492e
1 file changed
phpunit.xml
@@ -29,5 +29,8 @@
29
<include>
30
<directory suffix=".php">src</directory>
31
</include>
32
+ <exclude>
33
+ <directory suffix=".php">src/Server/Framework</directory>
34
+ </exclude>
35
</coverage>
36
</phpunit>
0 commit comments