mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 07:03:49 +00:00
add missing keys to blank docgen person normalization
This commit is contained in:
@@ -53,6 +53,7 @@ final class PersonDocGenNormalizerTest extends KernelTestCase
|
||||
'address' => '@ignored',
|
||||
'maritalStatus' => '',
|
||||
'maritalStatusDate' => ['short' => '', 'long' => ''],
|
||||
'maritalStatusComment' => '',
|
||||
'email' => '',
|
||||
'firstPhoneNumber' => '',
|
||||
'fixPhoneNumber' => '',
|
||||
@@ -62,6 +63,7 @@ final class PersonDocGenNormalizerTest extends KernelTestCase
|
||||
'memo' => '',
|
||||
'numberOfChildren' => '',
|
||||
'age' => '@ignored',
|
||||
'resources' => [],
|
||||
];
|
||||
|
||||
private NormalizerInterface $normalizer;
|
||||
|
Reference in New Issue
Block a user