IcingaNotificationTest: related empty groups...

...should be returned when returning full plain object
This commit is contained in:
Thomas Gelf 2016-03-16 15:16:35 +01:00
parent d008cb7ef9
commit e557ea8f63

View File

@ -105,7 +105,10 @@ class IcingaNotificationTest extends BaseTestCase
),
$n->toPlainObject(null, true))
;
$this->assertEquals(
array(),
$n->toPlainObject()->user_groups
);
$n->delete();
$user1->delete();