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 b21dd85 commit ad5d8caCopy full SHA for ad5d8ca
ReCaptchaCustomer/Test/Unit/Plugin/Customer/DisableForgotPasswordButtonTest.php
@@ -38,7 +38,7 @@ protected function setUp(): void
38
$this->isCaptchaEnabled = $this->getMockForAbstractClass(
39
IsCaptchaEnabledInterface::class
40
);
41
- $this->subject = $this->createMock(DisableForgotPasswordButton::class);
+ $this->subject = $this->createMock(ForgotPasswordButton::class);
42
43
$this->plugin = new DisableForgotPasswordButton(
44
$this->isCaptchaEnabled
0 commit comments