Skip to content

Commit

Permalink
Revert phpUnit whitelist to default values to allow the code coverage…
Browse files Browse the repository at this point in the history
… report to run correctly.
  • Loading branch information
lonnieezell committed Nov 29, 2015
1 parent c573af6 commit 42fc1e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</testsuites>

<filter>
<whitelist processUncoveredFilesFromWhitelist="true">
<whitelist>
<directory suffix=".php">./system</directory>
</whitelist>
</filter>
Expand Down

1 comment on commit 42fc1e4

@lonnieezell
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Forgot to tag it, but this fixes #7

Please sign in to comment.