Skip to content

Commit

Permalink
Pretty print build logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Stratadox committed Jan 21, 2018
1 parent 3e2659e commit a29187a
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 3 deletions.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
},
"require-dev": {
"phpunit/phpunit": "^6.5",
"satooshi/php-coveralls": "^2.0"
"satooshi/php-coveralls": "^2.0",
"rpkamp/fancy-testdox-printer": "^0.2.5"
}
}
47 changes: 46 additions & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true">
convertWarningsToExceptions="true"
printerClass="rpkamp\FancyTestdoxPrinter">

<testsuites>
<testsuite name="Unit">
Expand Down

0 comments on commit a29187a

Please sign in to comment.