Skip to content

Commit 19417af

Browse files
committed
Unit test for multiline street with null value.
1 parent b679f7f commit 19417af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/code/Magento/Customer/Test/Unit/Model/Address/AbstractAddressTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -407,6 +407,7 @@ public function getStreetFullDataProvider()
407407
["first line\nsecond line", ['first line', 'second line']],
408408
['single line', ['single line']],
409409
['single line', 'single line'],
410+
['single line', ['single line', null]],
410411
];
411412
}
412413

0 commit comments

Comments
 (0)