mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-29 16:54:06 +02:00
IcingaNotificationTest: related empty groups...
...should be returned when returning full plain object
This commit is contained in:
parent
d008cb7ef9
commit
e557ea8f63
@ -105,7 +105,10 @@ class IcingaNotificationTest extends BaseTestCase
|
||||
),
|
||||
$n->toPlainObject(null, true))
|
||||
;
|
||||
|
||||
$this->assertEquals(
|
||||
array(),
|
||||
$n->toPlainObject()->user_groups
|
||||
);
|
||||
$n->delete();
|
||||
|
||||
$user1->delete();
|
||||
|
Loading…
x
Reference in New Issue
Block a user