Skip to content

Commit

Permalink
self
Browse files Browse the repository at this point in the history
  • Loading branch information
danepowell committed Oct 23, 2024
1 parent 958e262 commit 99cdfec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/phpunit/src/Misc/TelemetryHelperTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public function tearDown(): void
{
parent::tearDown();
$envVars = [];
foreach ($this->providerTestEnvironmentProvider() as $args) {
foreach (self::providerTestEnvironmentProvider() as $args) {
$envVars = array_merge($envVars, $args[1]);
}

Expand Down

0 comments on commit 99cdfec

Please sign in to comment.