File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
dev/tests/integration/testsuite/Magento/User/Controller/Adminhtml Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -98,11 +98,12 @@ private function getResetPasswordUri(EmailMessage $message): string
98
98
/**
99
99
* Test admin email notification after password change
100
100
* @throws LocalizedException
101
+ * @return void
101
102
*/
102
103
#[
103
104
DataFixture(UserDataFixture::class, ['role_id ' => 1 ], 'user ' )
104
105
]
105
- public function testAdminEmailNotificationAfterPasswordChange ()
106
+ public function testAdminEmailNotificationAfterPasswordChange () : void
106
107
{
107
108
// Load admin user
108
109
$ user = $ this ->fixtures ->get ('user ' );
@@ -126,8 +127,9 @@ public function testAdminEmailNotificationAfterPasswordChange()
126
127
*
127
128
* @param string $emailAddress
128
129
* @throws LocalizedException
130
+ * @return void
129
131
*/
130
- private function assertEmailNotificationSent (string $ emailAddress )
132
+ private function assertEmailNotificationSent (string $ emailAddress ) : void
131
133
{
132
134
$ message = $ this ->messageFactory ->create ();
133
135
You can’t perform that action at this time.
0 commit comments