mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 22:53:49 +00:00
adjustment so that altnames are fully capitalized
This commit is contained in:
@@ -61,10 +61,9 @@ class PersonCreateEventTest extends TestCase
|
||||
|
||||
public function generateAltNames(): iterator
|
||||
{
|
||||
yield ['vinCENT', 'Vincent'];
|
||||
yield ['jean-marie', 'Jean-Marie'];
|
||||
yield ['fastré', 'Fastré'];
|
||||
yield ['émile', 'Émile'];
|
||||
yield ['vinCENT', 'VINCENT'];
|
||||
yield ['jean-marie', 'JEAN-MARIE'];
|
||||
yield ['fastré', 'FASTRÉ'];
|
||||
yield ['émile', 'ÉMILE'];
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user