Skip to content

Commit

Permalink
Declare test class final
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Jun 15, 2024
1 parent fc20e13 commit f88dd91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/end-to-end/regression/5822/tests/Issue5822Test.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
use function trigger_error;
use PHPUnit\Framework\TestCase;

class Issue5822Test extends TestCase
final class Issue5822Test extends TestCase
{
public function testDebugBacktrace(): void
{
Expand Down

0 comments on commit f88dd91

Please sign in to comment.