Skip to content

Commit 887492e

Browse files
committed
feat(tests): exclude Framework directory from PHPUnit coverage
1 parent e01cb29 commit 887492e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

phpunit.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,8 @@
2929
<include>
3030
<directory suffix=".php">src</directory>
3131
</include>
32+
<exclude>
33+
<directory suffix=".php">src/Server/Framework</directory>
34+
</exclude>
3235
</coverage>
3336
</phpunit>

0 commit comments

Comments
 (0)