Use data factories on tests

[MAILPOET-3637]
This commit is contained in:
Brezo Cordero
2021-09-01 14:43:17 -05:00
committed by Veljko V
parent 69d9da9f17
commit 1de3aef76f
4 changed files with 24 additions and 77 deletions

View File

@@ -93,7 +93,6 @@ class ViewInBrowserRenderer {
return $renderedNewsletter;
}
/** this is here to prepare entities for the shortcodes library, when this whole file uses doctrine, this can be deleted */
private function prepareShortcodes($newsletter, $subscriber, $queue, $wpUserPreview) {
if ($queue instanceof SendingQueueEntity) {
$this->shortcodes->setQueue($queue);