Opened 6 years ago
Closed 6 years ago
#45931 closed defect (bug) (fixed)
A few test tearDown() methods don't call parent::tearDown()
Reported by: | desrosj | Owned by: | desrosj |
---|---|---|---|
Milestone: | 5.1 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Build/Test Tools | Keywords: | has-patch |
Focuses: | Cc: |
Description
Test methods should always call parent::tearDown()
. Each test method should be verified and tested.
Companion ticket to #37375
Attachments (1)
Change History (5)
Note: See
TracTickets for help on using
tickets.
Looks like only one missing. But, there was also one
tearDown()
method that only calledparent::tearDown()
, so that one can be removed.