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' => [], ] ); }