Skip to content

Commit

Permalink
Update phpunit config for 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
theseer committed Nov 11, 2013
1 parent 4088ca3 commit d63b70c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@
</testsuites>

<logging>
<log type="coverage-html" target="build/coverage" title="phpDox"
<log type="coverage-html" target="build/logs/coverage/html" title="phpDox"
charset="UTF-8" yui="true" highlight="true"
lowUpperBound="35" highLowerBound="70"/>
<log type="coverage-clover" target="build/logs/clover.xml"/>
<log type="coverage-xml" target="build/logs/coverage/xml"/>
<log type="junit" target="build/logs/junit.xml" logIncompleteSkipped="false"/>
</logging>

Expand Down

0 comments on commit d63b70c

Please sign in to comment.