View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0002041 | Xdebug | Uncategorized | public | 2021-10-27 17:58 | 2021-12-01 15:39 |
| Reporter | Carnage | Assigned To | |||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Platform | all | ||||
| Product Version | 3.0.4 | ||||
| Fixed in Version | 3.1.2 | ||||
| Summary | 0002041: __debugInfo is not used for var_dump output | ||||
| Description | We have a class containing a __debugInfo method which exists to remove sensitive information from the output of var_dump, the relevant parts are in the steps to reproduce. The test passes with xdebug disabled, but fails with it enabled. | ||||
| Steps To Reproduce | final class X
} class XTest extends TestCase
} | ||||
| Additional Information | $ php -v $ bin/phpunit | ||||
| Tags | No tags attached. | ||||
| Operating System | |||||
| PHP Version | 7.4.20-7.4.29 | ||||