File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
app/code/Magento/Checkout/Test/Unit/CustomerData Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -171,6 +171,9 @@ public function testGetSectionData()
171
171
$ this ->assertEquals ($ expectedResult , $ this ->model ->getSectionData ());
172
172
}
173
173
174
+ /**
175
+ * @SuppressWarnings(PHPMD.ExcessiveMethodLength)
176
+ */
174
177
public function testGetSectionDataWithCompositeProduct ()
175
178
{
176
179
$ summaryQty = 100 ;
@@ -211,7 +214,6 @@ public function testGetSectionDataWithCompositeProduct()
211
214
->willReturn ($ subtotalValue );
212
215
$ this ->checkoutHelperMock ->expects ($ this ->once ())->method ('canOnepageCheckout ' )->willReturn (true );
213
216
214
-
215
217
$ quoteMock ->expects ($ this ->once ())->method ('getAllVisibleItems ' )->willReturn ([$ quoteItemMock ]);
216
218
217
219
$ productMock = $ this ->getMock (
You can’t perform that action at this time.
0 commit comments