Skip to content

Commit fe241ab

Browse files
akaashakaash
authored andcommitted
ACQE-4750 | PR Feedback
1 parent 4953218 commit fe241ab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,13 +98,14 @@ private function getResetPasswordUri(EmailMessage $message): string
9898

9999
/**
100100
* Test admin email notification after password change
101+
*
101102
* @throws LocalizedException
102103
* @return void
103104
*/
104105
#[
105106
DataFixture(UserDataFixture::class, ['role_id' => 1], 'user')
106107
]
107-
public function testAdminEmailNotificationAfterPasswordChange() :void
108+
public function testAdminEmailNotificationAfterPasswordChange(): void
108109
{
109110
// Load admin user
110111
$user = $this->fixtures->get('user');

0 commit comments

Comments
 (0)