diff --git a/tests/Unit/CSSList/AtRuleBlockListTest.php b/tests/Unit/CSSList/AtRuleBlockListTest.php index 1e587f8e9..bc83ccc8a 100644 --- a/tests/Unit/CSSList/AtRuleBlockListTest.php +++ b/tests/Unit/CSSList/AtRuleBlockListTest.php @@ -18,10 +18,6 @@ */ final class AtRuleBlockListTest extends TestCase { - /* - * Tests for the implemented interfaces and superclasses - */ - /** * @test */ @@ -72,10 +68,6 @@ public function isCSSList(): void self::assertInstanceOf(CSSList::class, $subject); } - /* - * not grouped yet - */ - /** * @test */ diff --git a/tests/Unit/CSSList/DocumentTest.php b/tests/Unit/CSSList/DocumentTest.php index 00158590b..ed1a2b222 100644 --- a/tests/Unit/CSSList/DocumentTest.php +++ b/tests/Unit/CSSList/DocumentTest.php @@ -24,10 +24,6 @@ */ final class DocumentTest extends TestCase { - /* - * Tests for the implemented interfaces and superclasses - */ - /** * @test */ @@ -64,10 +60,6 @@ public function isCSSList(): void self::assertInstanceOf(CSSList::class, $subject); } - /* - * not grouped yet - */ - /** * @test */ diff --git a/tests/Unit/CSSList/KeyFrameTest.php b/tests/Unit/CSSList/KeyFrameTest.php index a176b3bff..552dcada1 100644 --- a/tests/Unit/CSSList/KeyFrameTest.php +++ b/tests/Unit/CSSList/KeyFrameTest.php @@ -17,10 +17,6 @@ */ final class KeyFrameTest extends TestCase { - /* - * Tests for the implemented interfaces and superclasses - */ - /** * @test */ @@ -61,10 +57,6 @@ public function isCSSList(): void self::assertInstanceOf(CSSList::class, $subject); } - /* - * not grouped yet - */ - /** * @test */