Skip to content

Commit f88dd91

Browse files
Declare test class final
1 parent fc20e13 commit f88dd91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/end-to-end/regression/5822/tests/Issue5822Test.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
use function trigger_error;
1515
use PHPUnit\Framework\TestCase;
1616

17-
class Issue5822Test extends TestCase
17+
final class Issue5822Test extends TestCase
1818
{
1919
public function testDebugBacktrace(): void
2020
{

0 commit comments

Comments
 (0)