aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/Contacts
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2017-04-24 08:09:23 +0200
committerChristoph Wurst <christoph@winzerhof-wurst.at>2017-04-25 20:47:18 +0200
commit98f02fad60e49097e85e6d228081c58212259100 (patch)
tree1adae33b162ca8b964da7b803ee811e2ae240453 /tests/lib/Contacts
parent5c61852c2522de25edc8d7d2fbdb9d190053a4b3 (diff)
downloadnextcloud-server-98f02fad60e49097e85e6d228081c58212259100.tar.gz
nextcloud-server-98f02fad60e49097e85e6d228081c58212259100.zip
Adjust entry unit test to newly added avatar property
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'tests/lib/Contacts')
-rw-r--r--tests/lib/Contacts/ContactsMenu/EntryTest.php1
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);