From 8e46c61d5dfe295aaff7f171851e4901c864bbd4 Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Thu, 13 Jul 2017 13:03:36 +0200 Subject: [PATCH] IcingaHostTest: add check_timeout to enum --- test/php/library/Director/Objects/IcingaHostTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/test/php/library/Director/Objects/IcingaHostTest.php b/test/php/library/Director/Objects/IcingaHostTest.php index fa08a74a..ce3ff381 100644 --- a/test/php/library/Director/Objects/IcingaHostTest.php +++ b/test/php/library/Director/Objects/IcingaHostTest.php @@ -663,6 +663,7 @@ class IcingaHostTest extends BaseTestCase "${prefix}check_command" => "check_command", "${prefix}check_interval" => "check_interval", "${prefix}check_period" => "check_period", + "${prefix}check_timeout" => "check_timeout", "${prefix}command_endpoint" => "command_endpoint", "${prefix}display_name" => "display_name", "${prefix}enable_active_checks" => "enable_active_checks",