File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
app/code/Magento/Catalog/Test/Unit/Pricing/Price Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -25,52 +25,52 @@ class TierPriceTest extends \PHPUnit\Framework\TestCase
25
25
*
26
26
* @var int
27
27
*/
28
- protected $ customerGroup = Group::NOT_LOGGED_IN_ID ;
28
+ private $ customerGroup = Group::NOT_LOGGED_IN_ID ;
29
29
30
30
/**
31
31
* @var \PHPUnit_Framework_MockObject_MockObject
32
32
*/
33
- protected $ priceInfo ;
33
+ private $ priceInfo ;
34
34
35
35
/**
36
36
* @var \PHPUnit_Framework_MockObject_MockObject
37
37
*/
38
- protected $ product ;
38
+ private $ product ;
39
39
40
40
/**
41
41
* @var float
42
42
*/
43
- protected $ quantity = 3. ;
43
+ private $ quantity = 3. ;
44
44
45
45
/**
46
46
* @var \PHPUnit_Framework_MockObject_MockObject
47
47
*/
48
- protected $ calculator ;
48
+ private $ calculator ;
49
49
50
50
/**
51
51
* @var \PHPUnit_Framework_MockObject_MockObject
52
52
*/
53
- protected $ session ;
53
+ private $ session ;
54
54
55
55
/**
56
56
* @var TierPrice
57
57
*/
58
- protected $ model ;
58
+ private $ model ;
59
59
60
60
/**
61
61
* @var \Magento\Framework\Pricing\PriceCurrencyInterface|\PHPUnit_Framework_MockObject_MockObject
62
62
*/
63
- protected $ priceCurrencyMock ;
63
+ private $ priceCurrencyMock ;
64
64
65
65
/**
66
66
* @var \PHPUnit_Framework_MockObject_MockObject
67
67
*/
68
- protected $ groupManagement ;
68
+ private $ groupManagement ;
69
69
70
70
/**
71
71
* @var \Magento\Customer\Model\Group\RetrieverInterface|\PHPUnit_Framework_MockObject_MockObject
72
72
*/
73
- protected $ customerGroupRetriever ;
73
+ private $ customerGroupRetriever ;
74
74
75
75
/**
76
76
* Initialize base dependencies
You can’t perform that action at this time.
0 commit comments