Skip to content

Commit a7f7d0a

Browse files
static test fixed
1 parent 3e513d0 commit a7f7d0a

File tree

1 file changed

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

1 file changed

+5
-3
lines changed

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -780,7 +780,7 @@ public function testValidateAmbiguousData(
780780
* Test for row without store view code field
781781
* @param array $rowData
782782
* @param array $responseData
783-
*
783+
*
784784
* @covers \Magento\CatalogImportExport\Model\Import\Product\Option::_parseCustomOptions
785785
* @dataProvider validateRowStoreViewCodeFieldDataProvider
786786
*/
@@ -804,7 +804,8 @@ public function validateRowStoreViewCodeFieldDataProvider()
804804
'with_store_view_code' => [
805805
'$rowData' => [
806806
'store_view_code' => '',
807-
'custom_options' => 'name=Test Field Title,type=field,required=1;sku=1-text,price=0,price_type=fixed'
807+
'custom_options' =>
808+
'name=Test Field Title,type=field,required=1;sku=1-text,price=0,price_type=fixed'
808809
],
809810
'$responseData' => [
810811
'store_view_code' => '',
@@ -825,7 +826,8 @@ public function validateRowStoreViewCodeFieldDataProvider()
825826
],
826827
'without_store_view_code' => [
827828
'$rowData' => [
828-
'custom_options' => 'name=Test Field Title,type=field,required=1;sku=1-text,price=0,price_type=fixed'
829+
'custom_options' =>
830+
'name=Test Field Title,type=field,required=1;sku=1-text,price=0,price_type=fixed'
829831
],
830832
'$responseData' => [
831833
'custom_options' => [

0 commit comments

Comments
 (0)