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 fe31757 commit 267223cCopy full SHA for 267223c
lib/internal/Magento/Framework/Mail/Test/Unit/AddressConverterTest.php
@@ -70,6 +70,18 @@ public function convertDataProvider(): array
70
'name' => 'Test',
71
'emailExpected' => 'xn--tst-bma@example.com',
72
'nameExpected' => 'Test'
73
+ ],
74
+ [
75
+ 'email' => 'test.-email@example.com',
76
+ 'name' => 'Test',
77
+ 'emailExpected' => 'test.-email@example.com',
78
+ 'nameExpected' => 'Test'
79
80
81
+ 'email' => 'tést.-èmail@example.com',
82
83
+ 'emailExpected' => 'xn--tst-bma.xn---mail-4ra@example.com',
84
85
]
86
];
87
}
0 commit comments