File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed
dev/tests/integration/testsuite/Magento/User/Controller/Adminhtml Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -122,8 +122,15 @@ public function testAdminEmailNotificationAfterPasswordChange() :void
122
122
123
123
/** @var TransportBuilder $transportBuilder */
124
124
$ transportBuilder = $ this ->_objectManager ->get (TransportBuilder::class);
125
- $ transport = $ transportBuilder ->setTemplateIdentifier ('customer_account_information_change_email_and_password_template ' )
126
- ->setTemplateOptions (['area ' => Area::AREA_FRONTEND , 'store ' => \Magento \Store \Model \Store::DEFAULT_STORE_ID ])
125
+ $ transport = $ transportBuilder ->setTemplateIdentifier (
126
+ 'customer_account_information_change_email_and_password_template '
127
+ )
128
+ ->setTemplateOptions (
129
+ [
130
+ 'area ' => Area::AREA_FRONTEND ,
131
+ 'store ' => \Magento \Store \Model \Store::DEFAULT_STORE_ID
132
+ ]
133
+ )
127
134
->setTemplateVars (['customer ' => $ adminUser ])
128
135
->addTo ($ adminEmail )
129
136
->getTransport ();
You can’t perform that action at this time.
0 commit comments