Skip to content

Commit daf165b

Browse files
authored
Merge pull request #138 from PHPCSStandards/feature/tests-should-be-final
Tests: test classes should be final
2 parents fb626bf + e327f69 commit daf165b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PHPCSDebug/Tests/Debug/TokenListUnitTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
*
2121
* @since 1.0.0
2222
*/
23-
class TokenListUnitTest extends UtilityMethodTestCase
23+
final class TokenListUnitTest extends UtilityMethodTestCase
2424
{
2525

2626
/**

0 commit comments

Comments
 (0)