Skip to content

Commit

Permalink
mark test classes as final
Browse files Browse the repository at this point in the history
  • Loading branch information
alekitto committed Jun 22, 2022
1 parent ae14544 commit bf870fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -14,7 +14,7 @@
use Symfony\Component\HttpClient\HttpClient;
use Symfony\Contracts\HttpClient\HttpClientInterface;

class HttpClientTracingPassTest extends TestCase
final class HttpClientTracingPassTest extends TestCase
{
public static function setUpBeforeClass(): void
{
Expand Down
2 changes: 1 addition & 1 deletion tests/Tracing/HttpClient/TraceableResponseTest.php
Expand Up @@ -16,7 +16,7 @@
use Symfony\Contracts\HttpClient\HttpClientInterface;
use Symfony\Contracts\HttpClient\ResponseInterface;

class TraceableResponseTest extends TestCase
final class TraceableResponseTest extends TestCase
{
/**
* @var MockObject&ResponseInterface
Expand Down

0 comments on commit bf870fd

Please sign in to comment.