Skip to content

Commit e327f69

Browse files
committed
Tests: test classes should be final
Fixes an oversight.
1 parent fb626bf commit e327f69

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)