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 2e9969f commit 30b9ec6Copy full SHA for 30b9ec6
app/code/Magento/SalesGraphQl/Test/Unit/Model/Resolver/ReorderTest.php
@@ -77,6 +77,7 @@ public function testResolve(): void
77
78
$this->extensionAttributesMock = $this->getMockBuilder(ContextExtensionInterface::class)
79
->disableOriginalConstructor()
80
+ ->addMethods(['getIsCustomer', 'getStore'])
81
->getMockForAbstractClass();
82
$this->extensionAttributesMock->expects($this->once())
83
->method('getIsCustomer')
0 commit comments