We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7ff694 commit 1071acfCopy full SHA for 1071acf
app/code/Magento/ConfigurableProduct/Test/Unit/Plugin/Model/ResourceModel/ProductTest.php
@@ -61,6 +61,7 @@ public function testBeforeSaveConfigurable()
61
62
$object->expects($this->once())->method('getTypeId')->will($this->returnValue(Configurable::TYPE_CODE));
63
$object->expects($this->once())->method('getTypeInstance')->will($this->returnValue($type));
64
+ $object->expects($this->once())->method('resetConfigurableOptionsData')->with($object);
65
66
$this->model->beforeSave(
67
$subject,
0 commit comments