From 4947db1c7f75cb22a774c120ecf46eb070edbb27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Sun, 28 Jun 2015 11:24:48 +0200 Subject: [PATCH] fix username in test timeline --- Tests/Timeline/TimelineProviderTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/Timeline/TimelineProviderTest.php b/Tests/Timeline/TimelineProviderTest.php index 904136770..afd3afc17 100644 --- a/Tests/Timeline/TimelineProviderTest.php +++ b/Tests/Timeline/TimelineProviderTest.php @@ -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())