From c8e44d02e02562b7578feb06765693123c9d2dba Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Sun, 23 Feb 2025 23:36:16 +0100 Subject: [PATCH] [CLEANUP] Drop some comments from testcases These comments are no longer needed now that the abstract base classes have their own testcases. --- tests/Unit/CSSList/AtRuleBlockListTest.php | 8 -------- tests/Unit/CSSList/DocumentTest.php | 8 -------- tests/Unit/CSSList/KeyFrameTest.php | 8 -------- 3 files changed, 24 deletions(-) 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 */