Skip to content

Commit 5462eb5

Browse files
Declare test case class final
1 parent f333518 commit 5462eb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/Framework/Assert/AssertNotEqualsTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
use PHPUnit\Framework\Constraint\IsEqual;
1414
use PHPUnit\Framework\Constraint\LogicalNot;
1515

16-
class AssertNotEqualsTest extends TestCase
16+
final class AssertNotEqualsTest extends TestCase
1717
{
1818
public function testConfusingMessagesForLogicalNot(): void
1919
{

0 commit comments

Comments
 (0)