Remove usless assignment
[MAILPOET-2993]
This commit is contained in:
@ -142,7 +142,7 @@ class ShortcodesTest extends \MailPoetTest {
|
|||||||
public function itCanProcessPostNotificationNewsletterNumberShortcode() {
|
public function itCanProcessPostNotificationNewsletterNumberShortcode() {
|
||||||
// create first post notification
|
// create first post notification
|
||||||
$postNotificationHistory = $this->_createNewsletter(
|
$postNotificationHistory = $this->_createNewsletter(
|
||||||
$parentId = $this->newsletter,
|
$this->newsletter,
|
||||||
$type = Newsletter::TYPE_NOTIFICATION_HISTORY
|
$type = Newsletter::TYPE_NOTIFICATION_HISTORY
|
||||||
);
|
);
|
||||||
$this->shortcodesObject->setNewsletter($postNotificationHistory);
|
$this->shortcodesObject->setNewsletter($postNotificationHistory);
|
||||||
@ -151,7 +151,7 @@ class ShortcodesTest extends \MailPoetTest {
|
|||||||
|
|
||||||
// create another post notification
|
// create another post notification
|
||||||
$postNotificationHistory = $this->_createNewsletter(
|
$postNotificationHistory = $this->_createNewsletter(
|
||||||
$parentId = $this->newsletter,
|
$this->newsletter,
|
||||||
$type = Newsletter::TYPE_NOTIFICATION_HISTORY
|
$type = Newsletter::TYPE_NOTIFICATION_HISTORY
|
||||||
);
|
);
|
||||||
$this->shortcodesObject->setNewsletter($postNotificationHistory);
|
$this->shortcodesObject->setNewsletter($postNotificationHistory);
|
||||||
|
Reference in New Issue
Block a user