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 1490aa0 commit 62bd458Copy full SHA for 62bd458
app/code/Magento/Weee/Test/Unit/Model/TaxTest.php
@@ -327,7 +327,7 @@ public function getProductWeeeAttributesDataProvider()
327
'attribute_code' => 'fpt_code',
328
],
329
'websitePassed' => 1,
330
- 'expectedFptLabel' => 'fpt_label'
+ 'expectedFptLabel' => 'fpt_label',
331
332
'store_label_not_defined' => [
333
'weeeTaxCalculationsByEntity' => [
@@ -337,7 +337,7 @@ public function getProductWeeeAttributesDataProvider()
337
338
339
340
- 'expectedFptLabel' => 'fpt_label_frontend'
+ 'expectedFptLabel' => 'fpt_label_frontend',
341
342
'website_not_passed' => [
343
0 commit comments