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 3ea9372 commit 4345dd4Copy full SHA for 4345dd4
app/code/Magento/Quote/Test/Unit/Model/GuestCart/GuestCartRepositoryTest.php
@@ -7,12 +7,10 @@
7
8
namespace Magento\Quote\Test\Unit\Model\GuestCart;
9
10
-use \Magento\Quote\Model\QuoteRepository;
11
-
12
class GuestCartRepositoryTest extends \PHPUnit_Framework_TestCase
13
{
14
/**
15
- * @var QuoteRepository
+ * @var \Magento\Quote\Model\GuestCart\GuestCartRepository
16
*/
17
protected $model;
18
0 commit comments