mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-31 01:34:12 +02:00
IcingaServiceSetTest: do not call another test...
...from a test
This commit is contained in:
parent
c2afacc11b
commit
95a971975d
@ -64,7 +64,10 @@ class IcingaServiceSetTest extends IcingaObjectTestCase
|
||||
|
||||
public function testDeletingHostWithSet()
|
||||
{
|
||||
$this->testAddingSetToHost();
|
||||
$this->createObject('for_set', 'icinga_host', array(
|
||||
'object_type' => 'object',
|
||||
'address' => '1.2.3.4',
|
||||
));
|
||||
|
||||
$host = $this->loadObject('for_set', 'icinga_host');
|
||||
$host->delete();
|
||||
|
Loading…
x
Reference in New Issue
Block a user