Skip to content

Commit

Permalink
Adding missing PHPUnit whitelist which was preventing it from generat…
Browse files Browse the repository at this point in the history
…ing test coverage data.
  • Loading branch information
allebb committed Dec 22, 2020
1 parent b63a455 commit 42301da
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,9 @@
<directory suffix="Test.php">./tests</directory>
</testsuite>
</testsuites>
<filter>
<whitelist processUncoveredFilesFromWhitelist="true">
<directory suffix=".php">./src</directory>
</whitelist>
</filter>
</phpunit>

0 comments on commit 42301da

Please sign in to comment.