Skip to content

Commit c71035b

Browse files
committed
Fix the name of a test class to match the PSR-4 conventions
1 parent 9c89b95 commit c71035b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Comment/CommentTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* @covers \Sabberworm\CSS\OutputFormat
1313
* @covers \Sabberworm\CSS\OutputFormatter
1414
*/
15-
class ParserTest extends TestCase
15+
class CommentTest extends TestCase
1616
{
1717
/**
1818
* @test

0 commit comments

Comments
 (0)