mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 21:34:25 +00:00
Merge branch 'features/date-type-use-html5' into features/activity-form
This commit is contained in:
commit
1c42bf6400
@ -261,7 +261,7 @@ class PersonControllerUpdateTest extends WebTestCase
|
|||||||
['firstName', 'random Value', function(Person $person) { return $person->getFirstName(); } ],
|
['firstName', 'random Value', function(Person $person) { return $person->getFirstName(); } ],
|
||||||
['lastName' , 'random Value', function(Person $person) { return $person->getLastName(); } ],
|
['lastName' , 'random Value', function(Person $person) { return $person->getLastName(); } ],
|
||||||
['placeOfBirth', 'none place', function(Person $person) { return $person->getPlaceOfBirth(); }],
|
['placeOfBirth', 'none place', function(Person $person) { return $person->getPlaceOfBirth(); }],
|
||||||
['birthdate', '15-12-1980', function(Person $person) { return $person->getBirthdate()->format('d-m-Y'); }],
|
['birthdate', '1980-12-15', function(Person $person) { return $person->getBirthdate()->format('d-m-Y'); }],
|
||||||
['phonenumber', '+32123456789', function(Person $person) { return $person->getPhonenumber(); }],
|
['phonenumber', '+32123456789', function(Person $person) { return $person->getPhonenumber(); }],
|
||||||
['memo', 'jfkdlmq jkfldmsq jkmfdsq', function(Person $person) { return $person->getMemo(); }],
|
['memo', 'jfkdlmq jkfldmsq jkmfdsq', function(Person $person) { return $person->getMemo(); }],
|
||||||
['countryOfBirth', 'BE', function(Person $person) { return $person->getCountryOfBirth()->getCountryCode(); }],
|
['countryOfBirth', 'BE', function(Person $person) { return $person->getCountryOfBirth()->getCountryCode(); }],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user