From c71035ba729110a9565fe19ef269b2c25a1b92c2 Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Fri, 7 Jan 2022 18:55:57 +0100 Subject: [PATCH] Fix the name of a test class to match the PSR-4 conventions --- tests/Comment/CommentTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Comment/CommentTest.php b/tests/Comment/CommentTest.php index d4d67b09..14a0b240 100644 --- a/tests/Comment/CommentTest.php +++ b/tests/Comment/CommentTest.php @@ -12,7 +12,7 @@ * @covers \Sabberworm\CSS\OutputFormat * @covers \Sabberworm\CSS\OutputFormatter */ -class ParserTest extends TestCase +class CommentTest extends TestCase { /** * @test