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 6866973 commit f5a0d75Copy full SHA for f5a0d75
app/code/Magento/SalesGraphQl/Test/Unit/Model/Resolver/ReorderTest.php
@@ -74,6 +74,7 @@ public function testResolve(): void
74
$value = [];
75
76
$this->extensionAttributesMock = $this->getMockBuilder(ContextExtension::class)
77
+ ->onlyMethods(['getIsCustomer', 'getStore'])
78
->disableOriginalConstructor()
79
->getMock();
80
$this->extensionAttributesMock->expects($this->once())
0 commit comments