diff --git a/tests/Integrations/Custom/Autoloaded/InstrumentationTest.php b/tests/Integrations/Custom/Autoloaded/InstrumentationTest.php index 7532739549..c9b9bb9c51 100644 --- a/tests/Integrations/Custom/Autoloaded/InstrumentationTest.php +++ b/tests/Integrations/Custom/Autoloaded/InstrumentationTest.php @@ -128,6 +128,13 @@ public function testInstrumentation() 'compatible' => null, 'auto_enabled' => null, ], + [ + "name" => "filesystem", + "enabled" => false, + "version" => "", + 'compatible' => null, + 'auto_enabled' => null, + ], [ "name" => "logs", "enabled" => false,