Skip to content

Commit 6f4d8c9

Browse files
committed
ACP2E-3374: In Backend, default store values for product attributes (instead of expected admin values)
1 parent 9a7c75e commit 6f4d8c9

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

app/code/Magento/Rule/Test/Unit/Model/Condition/Product/AbstractProductTest.php

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
use Magento\Catalog\Model\ResourceModel\Product;
1313
use Magento\Eav\Model\Config;
1414
use Magento\Eav\Model\Entity\Attribute\AbstractAttribute;
15-
use Magento\Eav\Model\Entity\Attribute\Source\AbstractSource;
1615
use Magento\Eav\Model\Entity\Attribute\Source\Table;
1716
use Magento\Eav\Model\Entity\Type;
1817
use Magento\Eav\Model\ResourceModel\Entity\Attribute\Option\Collection as AttributeOptionCollection;
@@ -448,12 +447,6 @@ private function verifySelectAllOptions(
448447
array $optionsDefault
449448
): Table {
450449
$collectionFactory = $this->getMockBuilder(CollectionFactory::class)
451-
/*->addMethods(
452-
[
453-
'setPositionOrder', 'setAttributeFilter', 'addFieldToFilter',
454-
'setStoreFilter', 'load', 'toOptionArray'
455-
]
456-
)*/
457450
->onlyMethods(['create'])
458451
->disableOriginalConstructor()
459452
->getMock();

0 commit comments

Comments
 (0)