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 889e676 commit b4debc7Copy full SHA for b4debc7
app/code/Magento/Customer/Test/Unit/Model/EmailNotificationTest.php
@@ -347,7 +347,7 @@ public function testPasswordReminder(): void
347
$customer = $this->createMock(CustomerInterface::class);
348
$customer->expects($this->any())
349
->method('getWebsiteId')
350
- ->willReturn($self::STUB_CUSTOMER_WEBSITE_ID);
+ ->willReturn(self::STUB_CUSTOMER_WEBSITE_ID);
351
352
->method('getStoreId')
353
->willReturn(self::STUB_CUSTOMER_STORE_ID);
0 commit comments