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.
2 parents 053a824 + 63cbf8b commit da14c7aCopy full SHA for da14c7a
dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/CouponTest.php
@@ -100,7 +100,7 @@ public function testApplyCouponToCartWithNoItems()
100
$query = $this->prepareAddCouponRequestQuery($maskedQuoteId, $couponCode);
101
102
self::expectExceptionMessage(
103
- str_replace('$cartId', $cartId, 'The "$cartId" Cart doesn\'t contain products.')
+ 'The "' . $cartId . '" Cart doesn\'t contain products.'
104
);
105
$this->graphQlQuery($query);
106
}
0 commit comments