Skip to content

Commit

Permalink
Set whitelist filter on phpunit configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
soullivaneuh committed May 5, 2015
1 parent ce766e2 commit 43c3f8b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@
</testsuite>
</testsuite>
</testsuites>

<filter>
<whitelist>
<directory>./src</directory>
</whitelist>
</filter>

<logging>
<!-- uncoment to generate code-ceverage stats in /tmp/report: -->
<!--<log type="coverage-html" target="/tmp/report" charset="UTF-8" yui="true" highliighlight="false" lowUpperBound="35" highLowerBound="70" />-->
Expand Down

0 comments on commit 43c3f8b

Please sign in to comment.