Skip to content

Commit 3cad2ef

Browse files
committed
MAGETWO-63698: [Backport] - Fixed bundle product has wrong price in wishlist - for 2.1
1 parent dfd6739 commit 3cad2ef

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

app/code/Magento/Bundle/Test/Unit/Pricing/Price/BundleSelectionPriceTest.php

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,6 @@ class BundleSelectionPriceTest extends \PHPUnit_Framework_TestCase
6666
*/
6767
protected $priceCurrencyMock;
6868

69-
/**
70-
* @var float
71-
*/
72-
protected $quantity;
73-
7469
/**
7570
* Test setUp
7671
*/
@@ -134,8 +129,6 @@ protected function setUp()
134129

135130
$this->priceCurrencyMock = $this->getMock(\Magento\Framework\Pricing\PriceCurrencyInterface::class);
136131

137-
$this->quantity = 1;
138-
139132
$this->setupSelectionPrice();
140133
}
141134

0 commit comments

Comments
 (0)