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 19be883 commit 4850640Copy full SHA for 4850640
dev/tests/integration/testsuite/Magento/SalesRule/Plugin/CouponUsagesTest.php
@@ -118,8 +118,6 @@ public function testSubmitQuoteAndCancelOrder()
118
$couponCode = 'one_usage';
119
$reservedOrderId = 'test01';
120
121
- $this->publisherConsumerController->startConsumers();
122
-
123
/** @var Coupon $coupon */
124
$coupon = $this->objectManager->get(Coupon::class);
125
$coupon->loadByCode($couponCode);
0 commit comments