From 98f02fad60e49097e85e6d228081c58212259100 Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Mon, 24 Apr 2017 08:09:23 +0200 Subject: [PATCH] Adjust entry unit test to newly added avatar property Signed-off-by: Christoph Wurst --- tests/lib/Contacts/ContactsMenu/EntryTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/lib/Contacts/ContactsMenu/EntryTest.php b/tests/lib/Contacts/ContactsMenu/EntryTest.php index fa34916f47..ddc6cc916d 100644 --- a/tests/lib/Contacts/ContactsMenu/EntryTest.php +++ b/tests/lib/Contacts/ContactsMenu/EntryTest.php @@ -101,6 +101,7 @@ class EntryTest extends \PHPUnit_Framework_TestCase { 'topAction' => null, 'actions' => [], 'lastMessage' => '', + 'avatar' => null, ]; $this->entry->setId(123);