mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-22 15:43:51 +00:00
fix username in test timeline
This commit is contained in:
@@ -74,7 +74,7 @@ class TimelineProviderTest extends WebTestCase
|
||||
|
||||
$this->report = (new Report)
|
||||
->setUser(static::$em->getRepository('ChillMainBundle:User')
|
||||
->findOneByUsername('chill b_social'))
|
||||
->findOneByUsername('center b_social'))
|
||||
->setDate(new \DateTime('2015-05-02'))
|
||||
->setPerson($this->person)
|
||||
->setCFGroup($this->getHousingCustomFieldsGroup())
|
||||
|
Reference in New Issue
Block a user