summaryrefslogtreecommitdiffstats
path: root/test/php/library/Director/Objects/IcingaTimePeriodTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'test/php/library/Director/Objects/IcingaTimePeriodTest.php')
-rw-r--r--test/php/library/Director/Objects/IcingaTimePeriodTest.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/php/library/Director/Objects/IcingaTimePeriodTest.php b/test/php/library/Director/Objects/IcingaTimePeriodTest.php
index 84496d3..9888fa4 100644
--- a/test/php/library/Director/Objects/IcingaTimePeriodTest.php
+++ b/test/php/library/Director/Objects/IcingaTimePeriodTest.php
@@ -171,7 +171,7 @@ class IcingaTimePeriodTest extends BaseTestCase
return IcingaTimePeriod::load($this->testPeriodName . $suffix, $this->getDb());
}
- public function tearDown()
+ public function tearDown(): void
{
$db = $this->getDb();
@@ -180,5 +180,7 @@ class IcingaTimePeriodTest extends BaseTestCase
IcingaTimePeriod::load($name, $db)->delete();
}
}
+
+ parent::tearDown();
}
}