Skip to content

Commit 66fbb73

Browse files
authored
[CLEANUP] Drop some comments from testcases (#973)
These comments are no longer needed now that the abstract base classes have their own testcases.
1 parent 3e96720 commit 66fbb73

File tree

3 files changed

+0
-24
lines changed

3 files changed

+0
-24
lines changed

Diff for: tests/Unit/CSSList/AtRuleBlockListTest.php

-8
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@
1818
*/
1919
final class AtRuleBlockListTest extends TestCase
2020
{
21-
/*
22-
* Tests for the implemented interfaces and superclasses
23-
*/
24-
2521
/**
2622
* @test
2723
*/
@@ -72,10 +68,6 @@ public function isCSSList(): void
7268
self::assertInstanceOf(CSSList::class, $subject);
7369
}
7470

75-
/*
76-
* not grouped yet
77-
*/
78-
7971
/**
8072
* @test
8173
*/

Diff for: tests/Unit/CSSList/DocumentTest.php

-8
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,6 @@
2424
*/
2525
final class DocumentTest extends TestCase
2626
{
27-
/*
28-
* Tests for the implemented interfaces and superclasses
29-
*/
30-
3127
/**
3228
* @test
3329
*/
@@ -64,10 +60,6 @@ public function isCSSList(): void
6460
self::assertInstanceOf(CSSList::class, $subject);
6561
}
6662

67-
/*
68-
* not grouped yet
69-
*/
70-
7163
/**
7264
* @test
7365
*/

Diff for: tests/Unit/CSSList/KeyFrameTest.php

-8
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@
1717
*/
1818
final class KeyFrameTest extends TestCase
1919
{
20-
/*
21-
* Tests for the implemented interfaces and superclasses
22-
*/
23-
2420
/**
2521
* @test
2622
*/
@@ -61,10 +57,6 @@ public function isCSSList(): void
6157
self::assertInstanceOf(CSSList::class, $subject);
6258
}
6359

64-
/*
65-
* not grouped yet
66-
*/
67-
6860
/**
6961
* @test
7062
*/

0 commit comments

Comments
 (0)