Skip to content

Commit

Permalink
Tests: Migrate config to 9.5 format
Browse files Browse the repository at this point in the history
  • Loading branch information
iandunn committed Oct 14, 2022
1 parent be268ba commit 7b5c7e2
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
<directory suffix=".php">tests</directory>
</testsuite>
</testsuites>
<filter>
<whitelist processUncoveredFilesFromWhitelist="false">
<coverage processUncoveredFiles="false">
<include>
<directory suffix=".php">providers</directory>
<file>class-two-factor-compat.php</file>
<file>class-two-factor-core.php</file>
<file>two-factor.php</file>
</whitelist>
</filter>
<logging>
<log type="coverage-clover" target="tests/logs/clover.xml" />
</logging>
</include>
<report>
<clover outputFile="tests/logs/clover.xml" />
</report>
</coverage>
</phpunit>

0 comments on commit 7b5c7e2

Please sign in to comment.