File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
app/code/Magento/Newsletter/Test/Unit/Model Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -454,7 +454,7 @@ public function subscribeCustomerDataProvider(): array
454454 'subscriber_status ' => Subscriber::STATUS_SUBSCRIBED ,
455455 'subscriber_confirm_code ' => '' ,
456456 ],
457- 'needToSendEmail ' => false ,
457+ 'needToSendEmail ' => true ,
458458 ],
459459 'Update subscription data: subscription confirm required ' => [
460460 'subscriber_data ' => [
@@ -618,7 +618,7 @@ public function unsubscribeCustomerDataProvider(): array
618618 'subscriber_status ' => Subscriber::STATUS_NOT_ACTIVE ,
619619 'subscriber_confirm_code ' => '' ,
620620 ],
621- 'needToSendEmail ' => false ,
621+ 'needToSendEmail ' => true ,
622622 ],
623623 'Update subscription data ' => [
624624 'subscriber_data ' => [
@@ -642,7 +642,7 @@ public function unsubscribeCustomerDataProvider(): array
642642 'subscriber_status ' => Subscriber::STATUS_UNSUBSCRIBED ,
643643 'subscriber_confirm_code ' => '' ,
644644 ],
645- 'needToSendEmail ' => false ,
645+ 'needToSendEmail ' => true ,
646646 ],
647647 ];
648648 }
You can’t perform that action at this time.
0 commit comments