View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001895 | Xdebug | Code Coverage | public | 2020-11-26 14:20 | 2020-11-26 17:26 |
| Reporter | kasper | Assigned To | derick | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | no change required | ||
| Platform | x86_64 GNU/Linux | OS | Debian GNU/Linux | OS Version | 10 (buster) |
| Product Version | 3.0.0RC1 | ||||
| Target Version | 3.0dev | ||||
| Summary | 0001895: XDEBUG_MODE is ignored | ||||
| Description | We generate code coverage reports with phpunit. Since updating to xdebug 3.0.0, this has broken, with the warning that | ||||
| Steps To Reproduce |
Expected outcome: it works without warning Actual outcome: It gives | ||||
| Tags | No tags attached. | ||||
| Operating System | |||||
| PHP Version | 7.4.0-7.4.4 | ||||
|
|
This is not a bug in Xdebug, but in PHPUnit. In "Xdebug3Driver.php" it specifically tests for just ini settings: <code> Where it should also allow it for 'coverage' being part of I've filed a bug report with PHPUnit: https://github.com/sebastianbergmann/phpunit/issues/4526 |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2020-11-26 14:20 | kasper | New Issue | |
| 2020-11-26 17:04 | derick | Target Version | => 3.0dev |
| 2020-11-26 17:26 | derick | Assigned To | => derick |
| 2020-11-26 17:26 | derick | Status | new => closed |
| 2020-11-26 17:26 | derick | Resolution | open => no change required |
| 2020-11-26 17:26 | derick | Note Added: 0005544 |