Skip to content

Commit f24a929

Browse files
author
Eric Bohanon
committed
MAGETWO-81033: Create GraphQL single product fetch endpoint
- Address static failure
1 parent 2d15b5e commit f24a929

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dev/tests/integration/testsuite/Magento/ConfigurableProduct/_files/product_configurable_with_category_and_weight.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
use Magento\ConfigurableProduct\Model\Product\Type\Configurable;
1515
use Magento\Eav\Api\Data\AttributeOptionInterface;
1616
use Magento\TestFramework\Helper\Bootstrap;
17+
use Magento\Catalog\Api\Data\ProductAttributeMediaGalleryEntryExtensionFactory;
1718

1819
\Magento\TestFramework\Helper\Bootstrap::getInstance()->reinitialize();
1920

@@ -92,7 +93,7 @@
9293
$video->setContent($imageContent);
9394

9495
/**
95-
* @var \Magento\Catalog\Api\Data\ProductAttributeMediaGalleryEntryExtensionFactory $mediaGalleryEntryExtensionFactory
96+
* @var ProductAttributeMediaGalleryEntryExtensionFactory $mediaGalleryEntryExtensionFactory
9697
*/
9798
$mediaGalleryEntryExtensionFactory = $objectManager->get(
9899
\Magento\Catalog\Api\Data\ProductAttributeMediaGalleryEntryExtensionFactory::class

0 commit comments

Comments
 (0)