Correction of tests

This commit is contained in:
Marc Ducobu
2015-08-26 15:04:12 +02:00
parent 02a48c32c1
commit f301dbdd17
2 changed files with 2 additions and 2 deletions

View File

@@ -67,7 +67,7 @@ class TimelineProviderTest extends WebTestCase
->findOneBy(array('name' => 'Center A'));
$person = (new Person(new \DateTime('2015-05-01')))
->setGenre(Person::GENRE_WOMAN)
->setGender(Person::FEMALE_GENDER)
->setFirstName('Nelson')
->setLastName('Mandela')
->setCenter($center);