Adjust entry unit test to newly added avatar property
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
parent
5c61852c25
commit
98f02fad60
1 changed files with 1 additions and 0 deletions
|
@ -101,6 +101,7 @@ class EntryTest extends \PHPUnit_Framework_TestCase {
|
|||
'topAction' => null,
|
||||
'actions' => [],
|
||||
'lastMessage' => '',
|
||||
'avatar' => null,
|
||||
];
|
||||
|
||||
$this->entry->setId(123);
|
||||
|
|
Loading…
Reference in a new issue