File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed
app/code/Magento/Quote/Test/Unit/Model/GuestCart Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -36,23 +36,17 @@ class GuestCartTotalRepositoryTest extends \PHPUnit_Framework_TestCase
36
36
/**
37
37
* @var string
38
38
*/
39
- protected $ maskedCartId = ' f216207248d65c789b17be8545e0aa73 ' ;
39
+ protected $ maskedCartId ;
40
40
41
41
/**
42
42
* @var int
43
43
*/
44
- protected $ cartId = 12 ;
44
+ protected $ cartId ;
45
45
46
46
public function setUp ()
47
47
{
48
48
$ this ->objectManager = new \Magento \Framework \TestFramework \Unit \Helper \ObjectManager ($ this );
49
49
50
- $ this ->quoteIdMaskFactoryMock = $ this ->getMockBuilder ('Magento\Quote\Model\QuoteIdMaskFactory ' )
51
- ->disableOriginalConstructor ()
52
- ->getMock ();
53
- $ this ->quoteIdMaskMock = $ this ->getMockBuilder ('Magento\Quote\Model\QuoteIdMask ' )
54
- ->disableOriginalConstructor ()
55
- ->getMock ();
56
50
$ this ->cartTotalRepository = $ this ->getMockBuilder ('Magento\Quote\Api\CartTotalRepositoryInterface ' )
57
51
->disableOriginalConstructor ()
58
52
->getMock ();
You can’t perform that action at this time.
0 commit comments