Opened 10 years ago
Closed 10 years ago
#2953 closed defect (bug) (fixed)
Enable phpunit to be run with codecoverage
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 2.6 | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | Tools - Build | Keywords: | |
| Cc: |
Description
Via #WP36867
phpunit --coverage-clover=clover.xml will fail if PHP files for coverage are not whitelisted as PHPUnit 5.0 makes the use of a whitelist for code coverage mandatory.
See https://github.com/sebastianbergmann/phpunit-documentation/issues/335
Though this is not yet implemented it will be included in the https://github.com/bbpress/bbPress repo soon
Attachments (1)
Change History (2)
Note: See
TracTickets for help on using
tickets.
In 6025: