Opened 10 years ago
Closed 10 years ago
#36609 closed defect (bug) (fixed)
Unit tests in Tests_Mail not resetting the phpmailer mock
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 4.6 | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | Build/Test Tools | Keywords: | has-patch dev-feedback |
| Focuses: | Cc: |
Description
While writing some tests for #33932, I found that the Test_Mail class was not reseting the phpmailer mock after the last test because the unset( $GLOBALS['phpmailer']->mock_sent ); was only happening in setUp().
Attachments (1)
Change History (5)
This ticket was mentioned in Slack in #core by welcher. View the logs.
10 years ago
Note: See
TracTickets for help on using
tickets.
Adding tearDown() to cleanup after last test