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 0f1b58f commit 7f44e66Copy full SHA for 7f44e66
app/code/Magento/Catalog/Test/Unit/Block/Product/View/GalleryTest.php
@@ -98,7 +98,6 @@ public function testGetGalleryImagesJsonWithoutLabel()
98
$json = $this->model->getGalleryImagesJson();
99
$decodedJson = json_decode($json, true);
100
$this->assertEquals('test_product_name', $decodedJson[0]['caption']);
101
-
102
}
103
104
private function prepareGetGalleryImagesJsonMocks($hasLabel = true)
0 commit comments