Skip to content

Commit 32f9425

Browse files
author
Vitaliy Boyko
committed
graphQl-738: code style fix
1 parent 021ac53 commit 32f9425

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

dev/tests/api-functional/testsuite/Magento/GraphQl/Catalog/MediaGalleryTest.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,10 @@ public function testProductMediaGalleryEntries()
106106
$response = $this->graphQlQuery($query);
107107

108108
self::assertArrayHasKey('file', $response['products']['items'][0]['media_gallery_entries'][0]);
109-
self::assertContains('magento_image.jpg', $response['products']['items'][0]['media_gallery_entries'][0]['file']);
109+
self::assertContains(
110+
'magento_image.jpg',
111+
$response['products']['items'][0]['media_gallery_entries'][0]['file']
112+
);
110113
}
111114

112115
/**

0 commit comments

Comments
 (0)