Skip to content

Commit a894b77

Browse files
Merge pull request #44 from magento-epam/MAGETWO-66666
MAGETWO-66666: Adding a product to cart from category page with an ex…
2 parents 0044785 + 7a95de1 commit a894b77

File tree

1 file changed

+3
-1
lines changed
  • app/code/Magento/Checkout/Test/Unit/Controller/Cart

1 file changed

+3
-1
lines changed

app/code/Magento/Checkout/Test/Unit/Controller/Cart/AddTest.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
* Copyright © Magento, Inc. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
6+
declare(strict_types=1);
7+
68
namespace Magento\Checkout\Test\Unit\Controller\Cart;
79

810
use Magento\Framework\TestFramework\Unit\Helper\ObjectManager as ObjectManagerHelper;
@@ -35,7 +37,7 @@ class AddTest extends \PHPUnit\Framework\TestCase
3537
private $messageManager;
3638

3739
/**
38-
* @var \Magento\Checkout\Controller\Cart\Add | \PHPUnit_Framework_MockObject_MockObject
40+
* @var \Magento\Checkout\Controller\Cart\Add|\PHPUnit_Framework_MockObject_MockObject
3941
*/
4042
private $cartAdd;
4143

0 commit comments

Comments
 (0)