Skip to content

Commit c8044af

Browse files
committed
MAGETWO-35824: [MX] [Dragons] Code coverage - Sprint 67
MAGETWO-36990: Coverage or refactoring method \Magento\Bundle\Model\Product\Type::save - Fix code style
1 parent 457e5f5 commit c8044af

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

app/code/Magento/Bundle/Test/Unit/Model/Product/TypeTest.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2456,16 +2456,8 @@ public function testSave()
24562456
$product = $this->getMockBuilder('Magento\Catalog\Model\Product')
24572457
->setMethods(
24582458
[
2459-
// 'getOptions',
2460-
// 'prepareCustomOptions',
2461-
// 'addCustomOption',
2462-
// 'setCartQty',
2463-
// 'setQty',
2464-
// 'getSkipCheckRequiredOption',
2465-
// 'getTypeInstance',
24662459
'getStoreId',
24672460
'getOrigData',
2468-
// 'hasData',
24692461
'getData',
24702462
'getBundleOptionsData',
24712463
'getBundleSelectionsData'

0 commit comments

Comments
 (0)