We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1065c5 commit 026585eCopy full SHA for 026585e
tests/DependencyInjection/Compiler/HttpClientTracingPassTest.php
@@ -14,7 +14,7 @@
14
use Symfony\Component\HttpClient\HttpClient;
15
use Symfony\Contracts\HttpClient\HttpClientInterface;
16
17
-class HttpClientTracingPassTest extends TestCase
+final class HttpClientTracingPassTest extends TestCase
18
{
19
public static function setUpBeforeClass(): void
20
tests/Tracing/HttpClient/TraceableResponseTest.php
@@ -16,7 +16,7 @@
use Symfony\Contracts\HttpClient\ResponseInterface;
-class TraceableResponseTest extends TestCase
+final class TraceableResponseTest extends TestCase
21
/**
22
* @var MockObject&ResponseInterface
0 commit comments