Skip to content

Commit e6c2630

Browse files
authored
chore(phpunit): add src directory as source so plugin can run code coverage on them (#54)
1 parent b042818 commit e6c2630

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

phpunit.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44
testdox="true"
55
cacheDirectory="var/phpunit"
66
>
7+
<source>
8+
<include>
9+
<directory>src</directory>
10+
</include>
11+
</source>
12+
713
<testsuites>
814
<testsuite name="Tests">
915
<directory suffix="Test.php">tests</directory>

0 commit comments

Comments
 (0)