Fix pipeline phpunit and lint

This commit is contained in:
2025-02-27 13:50:35 +01:00
parent d1c9926bb1
commit 66e4bab558
2 changed files with 3 additions and 1 deletions

View File

@@ -61,6 +61,7 @@ final class GenderDocGenNormalizerTest extends TestCase
'id' => 1,
'label' => 'homme',
'genderTranslation' => GenderEnum::MALE,
'type' => 'chill_main_gender',
];
$this->assertEquals($expected, $this->normalizer->normalize($gender));