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 dcc8a4e commit 0f7807bCopy full SHA for 0f7807b
dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/StoreConfigResolverTest.php
@@ -47,7 +47,7 @@ class StoreConfigResolverTest extends GraphQlAbstract
47
public function testGetStoreConfig(): void
48
{
49
$this->assertEquals(
50
- [
+ [
51
'storeConfig' => [
52
'is_guest_checkout_enabled' => true,
53
'is_one_page_checkout_enabled' => true,
@@ -60,9 +60,9 @@ public function testGetStoreConfig(): void
60
'configurable_product_image' => 'ITSELF',
61
'is_checkout_agreements_enabled' => true,
62
],
63
- ],
64
- $this->graphQlQuery($this->getStoreConfigQuery())
65
- );
+ ],
+ $this->graphQlQuery($this->getStoreConfigQuery())
+ );
66
}
67
68
/**
0 commit comments