Skip to content

Commit 46334b0

Browse files
author
Darryl Kuhn
committed
exclude dependencies from test coverage report
1 parent 3ee1bcd commit 46334b0

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

phpunit.xml.dist

+9
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,13 @@
1515
<directory suffix=".php">./tests/</directory>
1616
</testsuite>
1717
</testsuites>
18+
<filter>
19+
<whitelist>
20+
<directory suffix=".php">.</directory>
21+
<exclude>
22+
<directory suffix=".php">tests</directory>
23+
<directory suffix=".php">vendor</directory>
24+
</exclude>
25+
</whitelist>
26+
</filter>
1827
</phpunit>

0 commit comments

Comments
 (0)