Skip to content

Commit 34f8da1

Browse files
MC-17505: Customer address attribute Phone validation issue
1 parent 8a835ad commit 34f8da1

File tree

1 file changed

+1
-0
lines changed
  • app/code/Magento/Eav/Test/Unit/Model/Attribute/Data

1 file changed

+1
-0
lines changed

app/code/Magento/Eav/Test/Unit/Model/Attribute/Data/TextTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ public function alphanumDataProvider(): array
135135
['QazWsx12345', [
136136
__('"%1" length must be equal or less than %2 characters.', 'Test', 10)]
137137
],
138+
[' 12345 ', true],
138139
];
139140
}
140141

0 commit comments

Comments
 (0)