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 | derick | ||
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 | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2021-10-27 17:58 | Carnage | New Issue | |
2021-10-28 18:06 | derick | Assigned To | => derick |
2021-10-28 18:06 | derick | Status | new => confirmed |
2021-10-28 18:06 | derick | Note Added: 0006148 | |
2021-10-29 13:15 | derick | Status | confirmed => closed |
2021-10-29 13:15 | derick | Resolution | open => fixed |
2021-10-29 13:15 | derick | Fixed in Version | => 3.1dev |
2021-12-01 15:39 | derick | Fixed in Version | 3.1dev => 3.1.2 |