Skip to content

Commit

Permalink
PhpUnit generate jUnit report file
Browse files Browse the repository at this point in the history
  • Loading branch information
joel-depiltech committed Sep 25, 2017
1 parent 00cb9cf commit aa36a64
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Expand Up @@ -9,5 +9,6 @@
/composer.lock
/vendor/

# PHPUnit
# PHPUnit & Phing
/code-coverage/
/report/
1 change: 1 addition & 0 deletions phpunit.xml.dist
Expand Up @@ -31,6 +31,7 @@
/>
<log type="coverage-clover" target="./code-coverage/coverage.xml"/>
<log type="coverage-text" target="php://stdout" showUncoveredFiles="false" showOnlySummary="true" />
<log type="junit" target="report/junit.xml" logIncompleteSkipped="true" />
</logging>

<php>
Expand Down

0 comments on commit aa36a64

Please sign in to comment.