Modify ↓
Opened 4 years ago
Closed 4 years ago
#18441 closed enhancement (fixed)
[PATCH] Allow plugins to remove a test they added
Reported by: | taylor.smock | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | 19.12 |
Component: | Core validator | Version: | |
Keywords: | restart, plugin | Cc: |
Description
The attached patch does the following:
- Allow tests to be removed
- Ensures that core tests cannot be removed
- Tests the code
What the patch does not do:
- Ensure that the calling class is the class that added the test class
Attachments (2)
Change History (5)
Changed 4 years ago by
Attachment: | 18441.patch added |
---|
comment:1 Changed 4 years ago by
comment:2 Changed 4 years ago by
Component: | Core → Core validator |
---|---|
Keywords: | validator removed |
Milestone: | → 19.12 |
Note: See
TracTickets for help on using
tickets.
Should be "from" not "to".