Adjust entry unit test to newly added avatar property

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
Christoph Wurst 2017-04-24 08:09:23 +02:00
parent 5c61852c25
commit 98f02fad60
1 changed files with 1 additions and 0 deletions

View File

@ -101,6 +101,7 @@ class EntryTest extends \PHPUnit_Framework_TestCase {
'topAction' => null,
'actions' => [],
'lastMessage' => '',
'avatar' => null,
];
$this->entry->setId(123);