Skip to content

Commit

Permalink
Fix tests adding new filesystem integration
Browse files Browse the repository at this point in the history
  • Loading branch information
estringana committed Dec 4, 2024
1 parent 98db3d9 commit 5130384
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/Integrations/Custom/Autoloaded/InstrumentationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 5130384

Please sign in to comment.