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 f98b3ab commit a153399Copy full SHA for a153399
setup/src/Magento/Setup/Test/Unit/Fixtures/CouponCodesFixtureTest.php
@@ -151,8 +151,6 @@ public function testGetActionTitle()
151
*/
152
public function testIntroduceParamLabels()
153
{
154
- $this->assertSame([
155
- 'coupon_codes' => 'Coupon Codes'
156
- ], $this->model->introduceParamLabels());
+ $this->assertSame(['coupon_codes' => 'Coupon Codes'], $this->model->introduceParamLabels());
157
}
158
0 commit comments