From 0c111b111689d9ea71a64ddb1f6bbb99cfa51391 Mon Sep 17 00:00:00 2001 From: phcorp Date: Tue, 9 Mar 2021 18:01:37 +0100 Subject: [PATCH] fix tests --- tests/Unit/PantherConfigurationTest.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/Unit/PantherConfigurationTest.php b/tests/Unit/PantherConfigurationTest.php index c5abd90..bfb1458 100644 --- a/tests/Unit/PantherConfigurationTest.php +++ b/tests/Unit/PantherConfigurationTest.php @@ -68,6 +68,8 @@ public function test_processed_configuration(): void 'options' => [ 'hostname' => '127.0.0.1', ], + 'kernel_options' => [], + 'manager_options' => [], ] ); }