View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000879 | Xdebug | Uncategorized | public | 2012-08-31 05:52 | 2012-10-21 19:23 |
| Reporter | aharvey | Assigned To | |||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Product Version | 2.2.1 | ||||
| Summary | 0000879: Closing brace in trait-using class definitions is counted towards code coverage | ||||
| Description | When a class is defined that uses a trait, the closing brace in the class definition is counted towards code coverage, and appears to always be -1. This occurs both with xdebug 2.2.1 and the current git version on a current PHP-5.4 build. | ||||
| Steps To Reproduce |
| ||||
| Additional Information | To put it in PHP bug tracker terms: Current output: array(2) { Expected output: array(2) { | ||||
| Tags | No tags attached. | ||||
| Operating System | Ubuntu Linux 12.04 (x86_64) | ||||
| PHP Version | 5.4-dev | ||||