Skip to content

Commit b41fb91

Browse files
committed
missing comment
1 parent 40e359e commit b41fb91

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Resources/skeleton/resetPassword/Test.ResetPasswordController.tpl.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ public function testMaker(): void
4646
'reset_password_request_form[email]' => '[email protected]',
4747
]);
4848

49+
// Ensure the reset password email was sent
50+
// Use either assertQueuedEmailCount() || assertEmailCount() depending on your mailer setup
4951
// self::assertQueuedEmailCount(1);
5052
self::assertEmailCount(1);
5153

0 commit comments

Comments
 (0)