mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-20 09:14:23 +00:00
fix username in test timeline
This commit is contained in:
parent
17b8c69bca
commit
4947db1c7f
@ -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())
|
||||
|
Loading…
x
Reference in New Issue
Block a user