Skip to content

Commit 372b2d9

Browse files
akaashakaash
authored andcommitted
PR Feedbacks
1 parent c84ca8d commit 372b2d9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

dev/tests/integration/testsuite/Magento/User/Controller/Adminhtml/UserResetPasswordEmailTest.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,11 +98,12 @@ private function getResetPasswordUri(EmailMessage $message): string
9898
/**
9999
* Test admin email notification after password change
100100
* @throws LocalizedException
101+
* @return void
101102
*/
102103
#[
103104
DataFixture(UserDataFixture::class, ['role_id' => 1], 'user')
104105
]
105-
public function testAdminEmailNotificationAfterPasswordChange()
106+
public function testAdminEmailNotificationAfterPasswordChange() :void
106107
{
107108
// Load admin user
108109
$user = $this->fixtures->get('user');
@@ -126,8 +127,9 @@ public function testAdminEmailNotificationAfterPasswordChange()
126127
*
127128
* @param string $emailAddress
128129
* @throws LocalizedException
130+
* @return void
129131
*/
130-
private function assertEmailNotificationSent(string $emailAddress)
132+
private function assertEmailNotificationSent(string $emailAddress) :void
131133
{
132134
$message = $this->messageFactory->create();
133135

0 commit comments

Comments
 (0)