php cs fix

This commit is contained in:
Julie Lenaerts 2024-10-29 17:10:00 +01:00
parent 1bd5e6d582
commit a648fd09b0

View File

@ -116,7 +116,7 @@ final class PersonControllerCreateTest extends WebTestCase
$genderType->getType(), $genderType->getType(),
'The gender input is a select form to select a gender entity' 'The gender input is a select form to select a gender entity'
); );
/* $this->assertEquals( /* $this->assertEquals(
3, 3,
\count($genderType->availableOptionValues()), \count($genderType->availableOptionValues()),
'The gender input has three options: man, women and undefined' 'The gender input has three options: man, women and undefined'