Skip to content

Commit cc13105

Browse files
committed
Fix phpunit config
1 parent 2d8a983 commit cc13105

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

phpunit.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,9 @@
1515
<directory>tests/Unit</directory>
1616
</testsuite>
1717
</testsuites>
18+
<source>
19+
<include>
20+
<directory>src</directory>
21+
</include>
22+
</source>
1823
</phpunit>

0 commit comments

Comments
 (0)