File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
app/code/Magento/Bundle/Test/Unit/Pricing/Price Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 10
10
use Magento \Catalog \Pricing \Price \CustomOptionPrice ;
11
11
use Magento \Bundle \Model \Product \Price ;
12
12
use Magento \Catalog \Api \ProductCustomOptionRepositoryInterface ;
13
+ use Magento \Framework \Pricing \PriceCurrencyInterface ;
13
14
use Magento \Framework \TestFramework \Unit \Helper \ObjectManager as ObjectManagerHelper ;
14
15
16
+ /**
17
+ * @SuppressWarnings(PHPMD)
18
+ */
15
19
class FinalPriceTest extends \PHPUnit_Framework_TestCase
16
20
{
17
21
/** @var \Magento\Bundle\Pricing\Price\FinalPrice */
@@ -45,8 +49,8 @@ class FinalPriceTest extends \PHPUnit_Framework_TestCase
45
49
protected $ customOptionPriceMock ;
46
50
47
51
/**
48
- * @var \Magento\Framework\Pricing\ PriceCurrencyInterface|\PHPUnit_Framework_MockObject_MockObject
49
- */
52
+ * @var PriceCurrencyInterface|\PHPUnit_Framework_MockObject_MockObject
53
+ */
50
54
protected $ priceCurrencyMock ;
51
55
52
56
/**
You can’t perform that action at this time.
0 commit comments