Feature: [docgen] add center when normalizing person

This commit is contained in:
2023-02-08 15:22:08 +00:00
committed by Julien Fastré
parent 9ae2e51819
commit 9029426d03
3 changed files with 7 additions and 1 deletions

View File

@@ -40,6 +40,7 @@ final class PersonDocGenNormalizerTest extends KernelTestCase
private const BLANK = [
'id' => '',
'center' => '',
'firstName' => '',
'lastName' => '',
'altNames' => '',
@@ -64,6 +65,7 @@ final class PersonDocGenNormalizerTest extends KernelTestCase
'numberOfChildren' => '',
'age' => '@ignored',
'resources' => [],
'center' => '@ignored',
];
private NormalizerInterface $normalizer;