[TESTS] Ignore coverage of ResetPasswordRequest, as it uses mailing functionality. We may want to introduce this test in the future
This commit is contained in:
parent
9ad2cb5e66
commit
e688bf8aed
|
@ -24,6 +24,9 @@ class ResetPasswordRequestRepository extends ServiceEntityRepository implements
|
|||
parent::__construct($registry, ResetPasswordRequest::class);
|
||||
}
|
||||
|
||||
/**
|
||||
* @codeCoverageIgnore
|
||||
*/
|
||||
public function createResetPasswordRequest(object $user, \DateTimeInterface $expiresAt, string $selector, string $hashedToken): ResetPasswordRequestInterface
|
||||
{
|
||||
return new ResetPasswordRequest($user, $expiresAt, $selector, $hashedToken);
|
||||
|
|
Loading…
Reference in New Issue
Block a user