View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0035212 | mantisbt | tools | public | 2024-12-29 19:52 | 2025-01-06 07:59 |
Reporter | dregad | Assigned To | dregad | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Target Version | 2.28.0 | Fixed in Version | 2.28.0 | ||
Summary | 0035212: GetLinkAttributesTest does not reset html_make_links config after tests | ||||
Description | The system's state should not be altered after a test's execution. | ||||
Tags | No tags attached. | ||||
MantisBT: master 71608cbb 2024-12-29 19:03 Details Diff |
Tests: add methods to set/restore configs - MantisCoreBase::setConfig() sets the given configuration and returns its old value - MantisCoreBase::restoreConfig() restores a configuration to its initial state Fixes 0035212 |
Affected Issues 0035212 |
|
mod - tests/Mantis/MantisCoreBase.php | Diff File | ||
MantisBT: master d1760b0e 2024-12-29 19:10 Details Diff |
GetLinkAttributesTest: restore previous config value Fixes 0035212 |
Affected Issues 0035212 |
|
mod - tests/Mantis/Helper/GetLinkAttributesTest.php | Diff File |