Skip to content

Commit

Permalink
Fix phpunit whitelist
Browse files Browse the repository at this point in the history
  • Loading branch information
owenconti committed May 23, 2020
1 parent 8f22378 commit b7b016d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
</testsuite>
</testsuites>
<filter>
<whitelist processUncoveredFilesFromWhitelist="true">
<directory suffix=".php">./app</directory>
<whitelist>
<directory suffix=".php">src/</directory>
</whitelist>
</filter>
<php>
Expand Down

0 comments on commit b7b016d

Please sign in to comment.