mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 22:53:49 +00:00
accented letters in majascule
This commit is contained in:
@@ -52,9 +52,9 @@ class PersonCreateEventTest extends TestCase
|
||||
|
||||
public function generateNames(): iterator
|
||||
{
|
||||
yield ['julie', 'Julie', 'lenaerts', 'LENAERTS'];
|
||||
yield ['émelie-marie', 'Émelie-Marie', 'lenaerts', 'LENAERTS'];
|
||||
yield ['jean-marie', 'Jean-Marie', 'lenaerts', 'LENAERTS'];
|
||||
yield ['vinCENT', 'Vincent', 'van gogh', 'VAN GOGH'];
|
||||
yield ['vinCENT', 'Vincent', 'fastré', 'FASTRÉ'];
|
||||
yield ['Vincent', 'Vincent', 'van Gogh', 'VAN GOGH'];
|
||||
yield ['André marie', 'André Marie', 'Bah', 'BAH'];
|
||||
}
|
||||
|
Reference in New Issue
Block a user