mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-27 10:03:49 +00:00
Renaming genre into gender & dateOfBirth into birthdate
This commit is contained in:
@@ -36,7 +36,7 @@ trait PreparePersonTrait
|
||||
* Properties added are :
|
||||
* - firstname
|
||||
* - lastname
|
||||
* - genre
|
||||
* - gender
|
||||
*
|
||||
* This person should not be persisted in a database
|
||||
*
|
||||
@@ -49,7 +49,7 @@ trait PreparePersonTrait
|
||||
->setCenter($center)
|
||||
->setFirstName('test firstname')
|
||||
->setLastName('default lastname')
|
||||
->setGenre(Person::GENRE_MAN)
|
||||
->setGender(Person::MALE_GENDER)
|
||||
;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user