We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b4088d commit 8e440b8Copy full SHA for 8e440b8
tests/UnitTests/ResetPasswordHelperTest.php
@@ -66,7 +66,7 @@ protected function setUp(): void
66
$this->mockCleaner = $this->createMock(ResetPasswordCleaner::class);
67
$this->mockResetRequest = $this->createMock(ResetPasswordRequestInterface::class);
68
$this->randomToken = \bin2hex(\random_bytes(20));
69
- $this->mockUser = new class {};
+ $this->mockUser = new class() {};
70
}
71
72
private function getPasswordResetHelper(): ResetPasswordHelper
0 commit comments