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 e7247de commit fad1356Copy full SHA for fad1356
app/code/Magento/Customer/Test/Unit/Model/Customer/DataProviderTest.php
@@ -649,10 +649,8 @@ public function testGetData()
649
2 => [
650
'firstname' => 'firstname',
651
'lastname' => 'lastname',
652
- 'street' => [
653
- 'street',
654
655
- ],
+ // Won't be an array because it isn't defined as a multiline field in this test
+ 'street' => "street\nstreet",
656
'default_billing' => 2,
657
'default_shipping' => 2,
658
]
0 commit comments