Skip to content

Commit 2a2fac9

Browse files
committed
ACP2E-3255: [GRAPHQL] model value should be specified when getting customerCart
- Fixed the static test failure.
1 parent 604de3d commit 2a2fac9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/Customer/CreateCustomerCart.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,12 @@ class CreateCustomerCart extends GraphQlAbstract
4646
*/
4747
private CustomerTokenServiceInterface $customerTokenService;
4848

49+
/**
50+
* Setup for create customer cart
51+
*
52+
* @return void
53+
* @throws LocalizedException
54+
*/
4955
protected function setUp(): void
5056
{
5157
$this->objectManager = Bootstrap::getObjectManager();

0 commit comments

Comments
 (0)