Skip to content

Commit

Permalink
Fix phpunit whitelist directory path
Browse files Browse the repository at this point in the history
  • Loading branch information
renekorss committed Oct 5, 2015
1 parent 3111470 commit 506df79
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 @@ -20,7 +20,7 @@
</php>
<filter>
<whitelist addUncoveredFilesFromWhitelist="true" processUncoveredFilesFromWhitelist="true">
<directory suffix=".php">/src</directory>
<directory suffix=".php">src</directory>
</whitelist>
</filter>
</phpunit>

0 comments on commit 506df79

Please sign in to comment.