summaryrefslogtreecommitdiffstats
path: root/test/php/library/Director/Objects/IcingaNotificationTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'test/php/library/Director/Objects/IcingaNotificationTest.php')
-rw-r--r--test/php/library/Director/Objects/IcingaNotificationTest.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/php/library/Director/Objects/IcingaNotificationTest.php b/test/php/library/Director/Objects/IcingaNotificationTest.php
index 9d9436a..dbbce91 100644
--- a/test/php/library/Director/Objects/IcingaNotificationTest.php
+++ b/test/php/library/Director/Objects/IcingaNotificationTest.php
@@ -226,7 +226,7 @@ class IcingaNotificationTest extends BaseTestCase
return file_get_contents(__DIR__ . '/rendered/' . $name . '.out');
}
- public function tearDown()
+ public function tearDown(): void
{
if ($this->hasDb()) {
$db = $this->getDb();
@@ -244,5 +244,7 @@ class IcingaNotificationTest extends BaseTestCase
}
}
}
+
+ parent::tearDown();
}
}