Skip to content

Commit

Permalink
remove unneeded teardown step
Browse files Browse the repository at this point in the history
  • Loading branch information
brettmc committed Mar 5, 2024
1 parent 98ba719 commit 911121e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/Unit/Context/ContextTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ public function tearDown(): void
{
$this->restoreEnvironmentVariables();
unset($_SERVER[Variables::OTEL_PHP_DEBUG_SCOPES_DISABLED]);
\putenv('OTEL_PHP_DEBUG_SCOPES_DISABLED');
}

public function test_activate(): void
Expand Down

0 comments on commit 911121e

Please sign in to comment.