Advertisement
Guest User

code coverage phpunit alias

a guest
Jun 16th, 2021
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. alias pucc='phpdbg -qrr vendor/phpunit/phpunit/phpunit --coverage-html ../code-coverage/ --testdox-html ../code-coverage/testdox.html && echo ".table tbody tr.danger, .table tbody td.danger, li.danger, span.danger { background-color: rgba(255, 0, 0, 0.3); } .table tbody td.warning, li.warning, span.warning { background-color: rgba(255, 255, 0, 0.5); } .table tbody tr.covered-by-large-tests, li.covered-by-large-tests, tr.success, td.success, li.success, span.success { background-color: rgba(0, 255, 0, 0.3); }" >> ../code-coverage/_css/custom.css && start firefox ../code-coverage/testdox.html ../code-coverage/index.html'
  2.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement