Skip to content

Commit 7da2304

Browse files
author
olysenko
committed
MAGETWO-61183: Fix default values not being properly loaded for ArraySerialized fields
1 parent a88b26f commit 7da2304

File tree

1 file changed

+2
-2
lines changed
  • app/code/Magento/Config/Test/Unit/Block/System/Config

1 file changed

+2
-2
lines changed

app/code/Magento/Config/Test/Unit/Block/System/Config/FormTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,7 @@ public function initFieldsDataProvider()
575575
true,
576576
'Placeholder Value',
577577
'Placeholder Value',
578-
1,
578+
0,
579579
false,
580580
true,
581581
true
@@ -587,7 +587,7 @@ public function initFieldsDataProvider()
587587
true,
588588
'Placeholder Value',
589589
'Placeholder Value',
590-
1,
590+
0,
591591
true,
592592
true,
593593
true

0 commit comments

Comments
 (0)