View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001910 | Xdebug | Code Coverage | public | 2020-12-10 09:38 | 2020-12-11 11:22 |
| Reporter | Stanjan | Assigned To | |||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Product Version | 3.0.1 | ||||
| Target Version | 3.0dev | Fixed in Version | 3.0.2 | ||
| Summary | 0001910: Code coverage misses constructor property promotion code | ||||
| Description | Constructor property promotion does not get marked as covered | ||||
| Steps To Reproduce | This causes the class to miss 1 method and line in the code coverage report: public function __construct( After changing it to a regular constructor, it does work, eg: private Security $security; public function __construct( | ||||
| Tags | No tags attached. | ||||
| Operating System | |||||
| PHP Version | 8.0.0-8.0.4 | ||||