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 2ad76d0 commit 62a8376Copy full SHA for 62a8376
dev/tests/integration/testsuite/Magento/Quote/Model/Quote/Item/CompareTest.php
@@ -5,7 +5,7 @@
5
*/
6
declare(strict_types=1);
7
8
-namespace integration\testsuite\Magento\Quote\Model\Quote\Item;
+namespace Magento\Quote\Model\Quote\Item;
9
10
use Magento\Framework\Exception\LocalizedException;
11
use Magento\Framework\Exception\NoSuchEntityException;
@@ -16,7 +16,6 @@
16
use Magento\Catalog\Api\Data\ProductCustomOptionInterface;
17
use Magento\Catalog\Model\Product\Option;
18
use Magento\Quote\Model\Quote;
19
-use Magento\Quote\Model\Quote\Item\Compare;
20
use Magento\TestFramework\Helper\Bootstrap;
21
use PHPUnit\Framework\TestCase;
22
0 commit comments