diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2017-04-24 08:09:23 +0200 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2017-04-25 20:47:18 +0200 |
commit | 98f02fad60e49097e85e6d228081c58212259100 (patch) | |
tree | 1adae33b162ca8b964da7b803ee811e2ae240453 /tests/lib/Contacts | |
parent | 5c61852c2522de25edc8d7d2fbdb9d190053a4b3 (diff) | |
download | nextcloud-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.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); |