Skip to content

Commit ee102d6

Browse files
committed
#38805: Fix for Static Test error "ExcessiveMethodLength"
1 parent df87854 commit ee102d6

File tree

1 file changed

+0
-20
lines changed
  • app/code/Magento/CatalogImportExport/Test/Unit/Model/Import/Product/Type

1 file changed

+0
-20
lines changed

app/code/Magento/CatalogImportExport/Test/Unit/Model/Import/Product/Type/OptionTest.php

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -994,26 +994,6 @@ public static function validateParseCustomOptionsDataProvider(): array
994994
]
995995
]
996996
],
997-
'field' => [
998-
'$rowData' => [
999-
'custom_options' => 'name=Test Field Title,type=field,required=1'
1000-
. ';sku=1-text,price=0,price_type=fixed'
1001-
],
1002-
'$responseData' => [
1003-
'custom_options' => [
1004-
'Test Field Title' => [
1005-
[
1006-
'name' => 'Test Field Title',
1007-
'type' => 'field',
1008-
'required' => '1',
1009-
'sku' => '1-text',
1010-
'price' => '0',
1011-
'price_type' => 'fixed'
1012-
]
1013-
]
1014-
]
1015-
]
1016-
],
1017997
'area' => [
1018998
'$rowData' => [
1019999
'custom_options' => 'name=Test Field Title,type=area,required=1,'

0 commit comments

Comments
 (0)