Skip to content

Commit c2f4a16

Browse files
committed
Update phpunit.xml.dist
1 parent fd2972d commit c2f4a16

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

phpunit.xml.dist

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
bootstrap="vendor/autoload.php"
55
colors="true"
66
>
7+
<coverage>
8+
<include>
9+
<directory suffix=".php">./src/</directory>
10+
</include>
11+
</coverage>
712
<testsuites>
813
<testsuite name="Unit">
914
<directory>./tests</directory>
1015
</testsuite>
1116
</testsuites>
12-
<filter>
13-
<whitelist>
14-
<directory suffix=".php">./src/</directory>
15-
</whitelist>
16-
</filter>
1717
</phpunit>

0 commit comments

Comments
 (0)