Skip to content

Commit a9d7fcd

Browse files
MC-33313: [Magento Cloud] - Error when assign customer to a group
1 parent d4edadd commit a9d7fcd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/code/Magento/Quote/Test/Unit/Model/Quote/Address/Total/SubtotalTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
use Magento\Store\Model\Store;
2323
use PHPUnit\Framework\MockObject\MockObject;
2424
use PHPUnit\Framework\TestCase;
25-
use PHPUnit_Framework_MockObject_MockObject;
2625

2726
/**
2827
* Test address total collector model.
@@ -100,7 +99,7 @@ public function testCollect($price, $originalPrice, $itemHasParent, $expectedPri
10099
// @TODO this is a wrong test and it does not check methods. Any digital value will be correct
101100
$priceCurrency->expects($this->any())->method('convert')->willReturn(1231313);
102101

103-
/** @var Item|PHPUnit_Framework_MockObject_MockObject $quoteItem */
102+
/** @var Item|MockObject $quoteItem */
104103
$quoteItem = $this->objectManager->getObject(
105104
Item::class,
106105
[

0 commit comments

Comments
 (0)