File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
dev/tests/api-functional/testsuite/Magento/GraphQl/CatalogCustomer Expand file tree Collapse file tree 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
3737 public function testAllGroups ()
3838 {
3939 $ productSku = 'simple ' ;
40- /** @var string $query */
4140 $ query = $ this ->getProductSearchQuery ($ productSku );
4241
4342 $ response = $ this ->graphQlQuery ($ query );
@@ -56,7 +55,6 @@ public function testAllGroups()
5655 public function testLoggedInCustomer ()
5756 {
5857 $ productSku = 'simple ' ;
59- /** @var string $query */
6058 $ query = $ this ->getProductSearchQuery ($ productSku );
6159 $ response = $ this ->graphQlQuery (
6260 $ query ,
@@ -83,9 +81,7 @@ public function testSecondStoreViewWithCurrencyRate()
8381 $ storeRepository = $ this ->objectManager ->get (StoreRepositoryInterface::class);
8482 $ rate = $ storeRepository ->get ($ storeViewCode )->getCurrentCurrencyRate ();
8583 $ productSku = 'simple ' ;
86- /** @var string $query */
8784 $ query = $ this ->getProductSearchQuery ($ productSku );
88- /** @var array $headers */
8985 $ headers = array_merge (
9086 $ this ->getCustomerAuthenticationHeader ->execute ('customer@example.com ' , 'password ' ),
9187 $ this ->getHeaderStore ($ storeViewCode )
You can’t perform that action at this time.
0 commit comments