diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/lib/Contacts/ContactsMenu/EntryTest.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/lib/Contacts/ContactsMenu/EntryTest.php b/tests/lib/Contacts/ContactsMenu/EntryTest.php index fa34916f47f..ddc6cc916d7 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); |