File tree 1 file changed +0
-4
lines changed
dev/tests/api-functional/testsuite/Magento/GraphQl/CatalogCustomer
1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,6 @@ protected function setUp(): void
37
37
public function testAllGroups ()
38
38
{
39
39
$ productSku = 'simple ' ;
40
- /** @var string $query */
41
40
$ query = $ this ->getProductSearchQuery ($ productSku );
42
41
43
42
$ response = $ this ->graphQlQuery ($ query );
@@ -56,7 +55,6 @@ public function testAllGroups()
56
55
public function testLoggedInCustomer ()
57
56
{
58
57
$ productSku = 'simple ' ;
59
- /** @var string $query */
60
58
$ query = $ this ->getProductSearchQuery ($ productSku );
61
59
$ response = $ this ->graphQlQuery (
62
60
$ query ,
@@ -83,9 +81,7 @@ public function testSecondStoreViewWithCurrencyRate()
83
81
$ storeRepository = $ this ->objectManager ->get (StoreRepositoryInterface::class);
84
82
$ rate = $ storeRepository ->get ($ storeViewCode )->getCurrentCurrencyRate ();
85
83
$ productSku = 'simple ' ;
86
- /** @var string $query */
87
84
$ query = $ this ->getProductSearchQuery ($ productSku );
88
- /** @var array $headers */
89
85
$ headers = array_merge (
90
86
$ this ->
getCustomerAuthenticationHeader ->
execute (
'[email protected] ' ,
'password ' ),
91
87
$ this ->getHeaderStore ($ storeViewCode )
You can’t perform that action at this time.
0 commit comments