Fix fatal error with confirmation email sending thru MP API
[MAILPOET-1801]
This commit is contained in:
committed by
M. Shull
parent
65df4327dd
commit
90d369a721
@@ -31,7 +31,7 @@ class ConfirmationEmailMailerTest extends \MailPoetTest {
|
||||
}),
|
||||
], $this);
|
||||
|
||||
$sender = new ConfirmationEmailMailer($mailer);
|
||||
$sender = new ConfirmationEmailMailer($mailer, new WPFunctions);
|
||||
|
||||
|
||||
$segment = Segment::createOrUpdate(
|
||||
|
Reference in New Issue
Block a user