#36867 closed defect (bug) (fixed)
Enable phpunit to be run with codecoverage
Reported by: | jorbin | Owned by: | jorbin |
---|---|---|---|
Milestone: | 4.6 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Build/Test Tools | Keywords: | |
Focuses: | Cc: |
Description
phpunit --coverage-clover=clover.xml
currently fails. It has failed since [36318] (woops).
phpunit 5.0 also makes the use of a whitelist for code coverage mandatory. See https://github.com/sebastianbergmann/phpunit-documentation/issues/335
Change History (5)
Note: See
TracTickets for help on using
tickets.
In 37445: