Skip to content

Commit 83b1af3

Browse files
committed
MAGETWO-52374: Pull request preparation
1 parent 14b781d commit 83b1af3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/code/Magento/SalesRule/Test/Unit/Model/Converter/ToModelTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ public function testDataModelToArray()
102102
->method('getAggregatorType')
103103
->willReturn('getAggregatorType');
104104

105-
106105
$dataCondition1 = $this->getMockBuilder('\Magento\SalesRule\Model\Data\Condition')
107106
->disableOriginalConstructor()
108107
->setMethods(['create', 'load', 'getConditionType', 'getValue', 'getAttributeName', 'getOperator',

0 commit comments

Comments
 (0)