Skip to content

Commit 5c76a65

Browse files
committed
[CLEANUP] Reorder some tests for the CSSList namespace
1 parent e725c2e commit 5c76a65

File tree

3 files changed

+0
-24
lines changed

3 files changed

+0
-24
lines changed

tests/Unit/CSSList/AtRuleBlockListTest.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@
1717
*/
1818
final class AtRuleBlockListTest 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
*/

tests/Unit/CSSList/DocumentTest.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@
2323
*/
2424
final class DocumentTest extends TestCase
2525
{
26-
/*
27-
* Tests for the implemented interfaces and superclasses
28-
*/
29-
3026
/**
3127
* @test
3228
*/
@@ -53,10 +49,6 @@ public function isCSSList(): void
5349
self::assertInstanceOf(CSSList::class, $subject);
5450
}
5551

56-
/*
57-
* not grouped yet
58-
*/
59-
6052
/**
6153
* @test
6254
*/

tests/Unit/CSSList/KeyFrameTest.php

Lines changed: 0 additions & 8 deletions
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)