Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cleptric committed Apr 8, 2024
1 parent 73829ee commit ec7e19a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tests/Tracing/HttpClient/TraceableHttpClientTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,8 @@ private static function isHttpClientPackageInstalled(): bool
}
}

interface TestableHttpClientInterface extends HttpClientInterface, LoggerAwareInterface, ResetInterface
{
if (interface_exists(HttpClientInterface::class)) {
interface TestableHttpClientInterface extends HttpClientInterface, LoggerAwareInterface, ResetInterface
{
}
}

0 comments on commit ec7e19a

Please sign in to comment.