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 f8b59e7 commit a027ae7Copy full SHA for a027ae7
dev/tests/api-functional/testsuite/Magento/GraphQl/Catalog/MediaGalleryTest.php
@@ -67,7 +67,6 @@ public function testProductSmallImageUrlWithNoImage()
67
QUERY;
68
$response = $this->graphQlQuery($query);
69
70
- var_dump($response['products']['items'][0]);
71
self::assertArrayHasKey('small_image', $response['products']['items'][0]);
72
self::assertContains('placeholder/small_image.jpg', $response['products']['items'][0]['small_image']['url']);
73
self::assertTrue($this->checkImageExists($response['products']['items'][0]['small_image']['url']));
0 commit comments