Refactor sendingQueue to distinguish bulk/individual sending method
[MAILPOET-1154]
This commit is contained in:
@ -114,7 +114,10 @@ class MailerTest extends \MailPoetTest {
|
||||
return true;
|
||||
})),
|
||||
$this
|
||||
)
|
||||
),
|
||||
'mailer_config' => [
|
||||
'method' => null,
|
||||
]
|
||||
)
|
||||
);
|
||||
// mailer instance should be properly configured
|
||||
@ -128,4 +131,4 @@ class MailerTest extends \MailPoetTest {
|
||||
\ORM::raw_execute('TRUNCATE ' . Setting::$_table);
|
||||
\ORM::raw_execute('TRUNCATE ' . Subscriber::$_table);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user