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
454
454
'subscriber_status ' => Subscriber::STATUS_SUBSCRIBED ,
455
455
'subscriber_confirm_code ' => '' ,
456
456
],
457
- 'needToSendEmail ' => false ,
457
+ 'needToSendEmail ' => true ,
458
458
],
459
459
'Update subscription data: subscription confirm required ' => [
460
460
'subscriber_data ' => [
@@ -618,7 +618,7 @@ public function unsubscribeCustomerDataProvider(): array
618
618
'subscriber_status ' => Subscriber::STATUS_NOT_ACTIVE ,
619
619
'subscriber_confirm_code ' => '' ,
620
620
],
621
- 'needToSendEmail ' => false ,
621
+ 'needToSendEmail ' => true ,
622
622
],
623
623
'Update subscription data ' => [
624
624
'subscriber_data ' => [
@@ -642,7 +642,7 @@ public function unsubscribeCustomerDataProvider(): array
642
642
'subscriber_status ' => Subscriber::STATUS_UNSUBSCRIBED ,
643
643
'subscriber_confirm_code ' => '' ,
644
644
],
645
- 'needToSendEmail ' => false ,
645
+ 'needToSendEmail ' => true ,
646
646
],
647
647
];
648
648
}
You can’t perform that action at this time.
0 commit comments