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 3aeaf0f commit 5db61a8Copy full SHA for 5db61a8
app/code/Magento/Checkout/Test/Unit/CustomerData/DefaultItemTest.php
@@ -6,6 +6,7 @@
6
namespace Magento\Checkout\Test\Unit\CustomerData;
7
8
use Magento\Catalog\Model\Product\Configuration\Item\ItemResolverInterface;
9
+use PHPUnit\Framework\MockObject\MockObject;
10
11
class DefaultItemTest extends \PHPUnit\Framework\TestCase
12
{
@@ -25,7 +26,7 @@ class DefaultItemTest extends \PHPUnit\Framework\TestCase
25
26
private $configurationPool;
27
28
/**
- * @var ItemResolverInterface|\PHPUnit_Framework_MockObject_MockObject
29
+ * @var ItemResolverInterface|MockObject
30
*/
31
private $itemResolver;
32
0 commit comments