Skip to content

Commit fa7f2c4

Browse files
committed
Compatibility with newer PHPUnit
1 parent de00726 commit fa7f2c4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

phpunit.xml.dist

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@
2121
<text outputFile="build/coverage.txt"/>
2222
</report>
2323
</coverage>
24+
<source>
25+
<include>
26+
<directory suffix=".php">src</directory>
27+
</include>
28+
</source>
2429
<testsuites>
2530
<testsuite name="Omnipay Test Suite">
2631
<directory>tests</directory>

0 commit comments

Comments
 (0)