Skip to content

Commit 7fbbf8f

Browse files
author
Oleksii Korshenko
committed
MAGETWO-62388: Travis Build Fail - 2.1.3
- fixed integration test isolation for Travis CI
1 parent a21c443 commit 7fbbf8f

File tree

1 file changed

+1
-0
lines changed
  • dev/tests/integration/testsuite/Magento/ConfigurableImportExport/Model/Import/Product/Type

1 file changed

+1
-0
lines changed

dev/tests/integration/testsuite/Magento/ConfigurableImportExport/Model/Import/Product/Type/ConfigurableTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ class ConfigurableTest extends \PHPUnit_Framework_TestCase
5050
protected function setUp()
5151
{
5252
$this->objectManager = \Magento\TestFramework\Helper\Bootstrap::getObjectManager();
53+
\Magento\CatalogImportExport\Model\Import\Product\Type\AbstractType::$commonAttributesCache = [];
5354
$this->model = $this->objectManager->create(\Magento\CatalogImportExport\Model\Import\Product::class);
5455
/** @var \Magento\Framework\EntityManager\MetadataPool $metadataPool */
5556
$metadataPool = $this->objectManager->get(\Magento\Framework\EntityManager\MetadataPool::class);

0 commit comments

Comments
 (0)