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 dfd6739 commit 3cad2efCopy full SHA for 3cad2ef
app/code/Magento/Bundle/Test/Unit/Pricing/Price/BundleSelectionPriceTest.php
@@ -66,11 +66,6 @@ class BundleSelectionPriceTest extends \PHPUnit_Framework_TestCase
66
*/
67
protected $priceCurrencyMock;
68
69
- /**
70
- * @var float
71
- */
72
- protected $quantity;
73
-
74
/**
75
* Test setUp
76
@@ -134,8 +129,6 @@ protected function setUp()
134
129
135
130
$this->priceCurrencyMock = $this->getMock(\Magento\Framework\Pricing\PriceCurrencyInterface::class);
136
131
137
- $this->quantity = 1;
138
139
132
$this->setupSelectionPrice();
140
133
}
141
0 commit comments