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 457e5f5 commit c8044afCopy full SHA for c8044af
app/code/Magento/Bundle/Test/Unit/Model/Product/TypeTest.php
@@ -2456,16 +2456,8 @@ public function testSave()
2456
$product = $this->getMockBuilder('Magento\Catalog\Model\Product')
2457
->setMethods(
2458
[
2459
-// 'getOptions',
2460
-// 'prepareCustomOptions',
2461
-// 'addCustomOption',
2462
-// 'setCartQty',
2463
-// 'setQty',
2464
-// 'getSkipCheckRequiredOption',
2465
-// 'getTypeInstance',
2466
'getStoreId',
2467
'getOrigData',
2468
-// 'hasData',
2469
'getData',
2470
'getBundleOptionsData',
2471
'getBundleSelectionsData'
0 commit comments