Skip to content

Commit

Permalink
Remove logging from phpunit.xml.dist
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeBengalen committed Apr 8, 2015
1 parent 8560ed1 commit 1a13f31
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
/build/
/nbproject/
/composer.lock
/phpunit.xml
6 changes: 0 additions & 6 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,4 @@
<directory>./src/</directory>
</whitelist>
</filter>

<logging>
<log type="coverage-html" target="./build/coverage"/>
<log type="coverage-text" target="php://stdout"/>
<log type="testdox-text" target="./build/testdox.txt"/>
</logging>
</phpunit>

0 comments on commit 1a13f31

Please sign in to comment.