Skip to content

Commit a416b8b

Browse files
committed
update phpunit configuration
1 parent ed2b8f9 commit a416b8b

1 file changed

Lines changed: 5 additions & 7 deletions

File tree

phpunit.xml.dist

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,15 @@
66
executionOrder="random"
77
verbose="true"
88
>
9+
<coverage>
10+
<include>
11+
<directory>src</directory>
12+
</include>
13+
</coverage>
914

1015
<testsuites>
1116
<testsuite name="Main Test Suite">
1217
<directory>tests/phpunit</directory>
1318
</testsuite>
1419
</testsuites>
15-
16-
<filter>
17-
<whitelist>
18-
<directory>src</directory>
19-
</whitelist>
20-
</filter>
21-
2220
</phpunit>

0 commit comments

Comments
 (0)