16
16
use Magento \TestFramework \Helper \Bootstrap ;
17
17
use Magento \Catalog \Api \Data \ProductTierPriceInterfaceFactory ;
18
18
use Magento \Catalog \Api \Data \ProductTierPriceExtensionFactory ;
19
+ use Magento \TestFramework \Fixture \DataFixture ;
20
+ use Magento \TestFramework \Fixture \AppArea ;
19
21
20
22
/**
21
23
* @magentoAppArea adminhtml
@@ -438,8 +440,8 @@ private function generateImportFile(array $data): string
438
440
[
439
441
'attribute_code ' => 'size ' ,
440
442
'default_frontend_label ' => 'Size ' ,
441
- 'scope ' => 'global ' ,
442
- 'options ' => [28 ,29 ,30 ,31 ,32 ,33 ,34 ,36 ,38 ]
443
+ 'scope ' => 'global ' ,
444
+ 'options ' => [28 ,29 ,30 ,31 ,32 ,33 ,34 ,36 ,38 ]
443
445
],
444
446
'attr1 '
445
447
),
@@ -448,8 +450,8 @@ private function generateImportFile(array $data): string
448
450
[
449
451
'attribute_code ' => 'colors ' ,
450
452
'default_frontend_label ' => 'Colors ' ,
451
- 'scope ' => 'global ' ,
452
- 'options ' => ["Red " ,"Green " ,"Yellow " ,"Blue " ,"Orange " ]
453
+ 'scope ' => 'global ' ,
454
+ 'options ' => ["Red " ,"Green " ,"Yellow " ,"Blue " ,"Orange " ]
453
455
]
454
456
),
455
457
AppArea('adminhtml ' )
0 commit comments