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 16f1eef commit 9945dc7Copy full SHA for 9945dc7
app/code/Magento/ConfigurableProduct/Test/Unit/Plugin/SalesRule/Model/Rule/Condition/ProductTest.php
@@ -219,10 +219,6 @@ public function testChildIsNotUsedForValidation()
219
->method('getProduct')
220
->willReturn($simpleProductMock);
221
222
- $item->expects($this->once())
223
- ->method('setProduct')
224
- ->with($this->identicalTo($simpleProductMock));
225
-
226
$this->validator->setAttribute('special_price');
227
228
$this->validatorPlugin->beforeValidate($this->validator, $item);
0 commit comments