Skip to content

Commit c428331

Browse files
committed
MAGETWO-52836: Enable EAV attributes caching
1 parent 8d395ef commit c428331

File tree

1 file changed

+0
-2
lines changed
  • dev/tests/integration/testsuite/Magento/Catalog/Ui/DataProvider/Product/Form/Modifier

1 file changed

+0
-2
lines changed

dev/tests/integration/testsuite/Magento/Catalog/Ui/DataProvider/Product/Form/Modifier/EavTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,6 @@ public function testModifyData()
8181
$product->load(1);
8282
$this->locatorMock->expects($this->any())->method('getProduct')->willReturn($product);
8383
$expectedData = include __DIR__ . '/_files/eav_expected_data_output.php';
84-
85-
8684
$actualData = $this->eavModifier->modifyData([]);
8785
$this->prepareDataForComparison($actualData, $expectedData);
8886
$this->assertEquals($expectedData, $actualData);

0 commit comments

Comments
 (0)