From 95a971975dd2a200945e01d9baba661be5a50894 Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Sun, 27 Aug 2017 19:03:44 +0200 Subject: [PATCH] IcingaServiceSetTest: do not call another test... ...from a test --- test/php/library/Director/Objects/IcingaServiceSetTest.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/test/php/library/Director/Objects/IcingaServiceSetTest.php b/test/php/library/Director/Objects/IcingaServiceSetTest.php index 52fae05c..493dec8c 100644 --- a/test/php/library/Director/Objects/IcingaServiceSetTest.php +++ b/test/php/library/Director/Objects/IcingaServiceSetTest.php @@ -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();