Skip to content

Commit

Permalink
Fix old options in phpunit config
Browse files Browse the repository at this point in the history
  • Loading branch information
judgej committed Nov 4, 2023
1 parent 6d2c45e commit 3db0fbd
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,15 @@
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="false"
syntaxCheck="false"
beStrictAboutTestsThatDoNotTestAnything="false">
<testsuites>
<testsuite name="Omnipay Test Suite">
<directory>./tests/</directory>
</testsuite>
</testsuites>
<filter>
<whitelist>
<coverage>
<include>
<directory>./src</directory>
</whitelist>
</filter>
</include>
</coverage>
</phpunit>

0 comments on commit 3db0fbd

Please sign in to comment.