File tree Expand file tree Collapse file tree 3 files changed +24
-0
lines changed Expand file tree Collapse file tree 3 files changed +24
-0
lines changed Original file line number Diff line number Diff line change 1616 */
1717final class AtRuleBlockListTest extends TestCase
1818{
19+ /*
20+ * Tests for the implemented interfaces
21+ */
22+
1923 /**
2024 * @test
2125 */
@@ -46,6 +50,10 @@ public function implementsCommentable(): void
4650 self ::assertInstanceOf (Commentable::class, $ subject );
4751 }
4852
53+ /*
54+ * not grouped yet
55+ */
56+
4957 /**
5058 * @test
5159 */
Original file line number Diff line number Diff line change 2222 */
2323final class DocumentTest extends TestCase
2424{
25+ /*
26+ * Tests for the implemented interfaces
27+ */
28+
2529 /**
2630 * @test
2731 */
@@ -38,6 +42,10 @@ public function implementsCommentable(): void
3842 self ::assertInstanceOf (Commentable::class, new Document ());
3943 }
4044
45+ /*
46+ * not grouped yet
47+ */
48+
4149 /**
4250 * @test
4351 */
Original file line number Diff line number Diff line change 1616 */
1717final class KeyFrameTest extends TestCase
1818{
19+ /*
20+ * Tests for the implemented interfaces
21+ */
22+
1923 /**
2024 * @test
2125 */
@@ -46,6 +50,10 @@ public function implementsCommentable(): void
4650 self ::assertInstanceOf (Commentable::class, $ subject );
4751 }
4852
53+ /*
54+ * not grouped yet
55+ */
56+
4957 /**
5058 * @test
5159 */
You can’t perform that action at this time.
0 commit comments