Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
[CLEANUP] Drop some comments from testcases
These comments are no longer needed now that the
abstract base classes have their own testcases.
  • Loading branch information
oliverklee committed Feb 25, 2025
commit c8e44d02e02562b7578feb06765693123c9d2dba
8 changes: 0 additions & 8 deletions tests/Unit/CSSList/AtRuleBlockListTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@
*/
final class AtRuleBlockListTest extends TestCase
{
/*
* Tests for the implemented interfaces and superclasses
*/

/**
* @test
*/
Expand Down Expand Up @@ -72,10 +68,6 @@ public function isCSSList(): void
self::assertInstanceOf(CSSList::class, $subject);
}

/*
* not grouped yet
*/

/**
* @test
*/
Expand Down
8 changes: 0 additions & 8 deletions tests/Unit/CSSList/DocumentTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@
*/
final class DocumentTest extends TestCase
{
/*
* Tests for the implemented interfaces and superclasses
*/

/**
* @test
*/
Expand Down Expand Up @@ -64,10 +60,6 @@ public function isCSSList(): void
self::assertInstanceOf(CSSList::class, $subject);
}

/*
* not grouped yet
*/

/**
* @test
*/
Expand Down
8 changes: 0 additions & 8 deletions tests/Unit/CSSList/KeyFrameTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@
*/
final class KeyFrameTest extends TestCase
{
/*
* Tests for the implemented interfaces and superclasses
*/

/**
* @test
*/
Expand Down Expand Up @@ -61,10 +57,6 @@ public function isCSSList(): void
self::assertInstanceOf(CSSList::class, $subject);
}

/*
* not grouped yet
*/

/**
* @test
*/
Expand Down