Skip to content

Commit f88b9e3

Browse files
committed
MC-15779: Create coupon test functionality for our benchmark
1 parent 737ee93 commit f88b9e3

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

setup/src/Magento/Setup/Fixtures/CouponCodesFixture.php

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ public function __construct(
5757
}
5858

5959
/**
60-
* {@inheritdoc}
60+
* @inheritdoc
61+
*
6162
* @SuppressWarnings(PHPMD)
6263
*/
6364
public function execute()
@@ -101,9 +102,12 @@ public function execute()
101102
}
102103

103104
/**
105+
* Generate Coupon Codes
106+
*
104107
* @param \Magento\SalesRule\Model\RuleFactory $ruleFactory
105108
* @param \Magento\SalesRule\Model\CouponFactory $couponCodeFactory
106109
* @param array $categoriesArray
110+
*
107111
* @return void
108112
*/
109113
public function generateCouponCodes($ruleFactory, $couponCodeFactory, $categoriesArray)
@@ -145,15 +149,15 @@ public function generateCouponCodes($ruleFactory, $couponCodeFactory, $categorie
145149
}
146150

147151
/**
148-
* {@inheritdoc}
152+
* @inheritdoc
149153
*/
150154
public function getActionTitle()
151155
{
152156
return 'Generating coupon codes';
153157
}
154158

155159
/**
156-
* {@inheritdoc}
160+
* @inheritdoc
157161
*/
158162
public function introduceParamLabels()
159163
{

0 commit comments

Comments
 (0)