Skip to content

Commit 3db0fbd

Browse files
committed
Fix old options in phpunit config
1 parent 6d2c45e commit 3db0fbd

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

phpunit.xml.dist

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,15 @@
88
convertWarningsToExceptions="true"
99
processIsolation="false"
1010
stopOnFailure="false"
11-
syntaxCheck="false"
1211
beStrictAboutTestsThatDoNotTestAnything="false">
1312
<testsuites>
1413
<testsuite name="Omnipay Test Suite">
1514
<directory>./tests/</directory>
1615
</testsuite>
1716
</testsuites>
18-
<filter>
19-
<whitelist>
17+
<coverage>
18+
<include>
2019
<directory>./src</directory>
21-
</whitelist>
22-
</filter>
20+
</include>
21+
</coverage>
2322
</phpunit>

0 commit comments

Comments
 (0)