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 8d395ef commit c428331Copy full SHA for c428331
dev/tests/integration/testsuite/Magento/Catalog/Ui/DataProvider/Product/Form/Modifier/EavTest.php
@@ -81,8 +81,6 @@ public function testModifyData()
81
$product->load(1);
82
$this->locatorMock->expects($this->any())->method('getProduct')->willReturn($product);
83
$expectedData = include __DIR__ . '/_files/eav_expected_data_output.php';
84
-
85
86
$actualData = $this->eavModifier->modifyData([]);
87
$this->prepareDataForComparison($actualData, $expectedData);
88
$this->assertEquals($expectedData, $actualData);
0 commit comments