We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a193775 commit 396b9c4Copy full SHA for 396b9c4
tests/Unit/CSSList/CSSBlockListTest.php
@@ -6,6 +6,7 @@
6
7
use PHPUnit\Framework\TestCase;
8
use Sabberworm\CSS\Comment\Commentable;
9
+use Sabberworm\CSS\CSSList\CSSList;
10
use Sabberworm\CSS\Renderable;
11
use Sabberworm\CSS\Tests\Unit\CSSList\Fixtures\ConcreteCSSBlockList;
12
@@ -42,6 +43,6 @@ public function isCSSList(): void
42
43
{
44
$subject = new ConcreteCSSBlockList();
45
- self::assertInstanceOf(ConcreteCSSBlockList::class, $subject);
46
+ self::assertInstanceOf(CSSList::class, $subject);
47
}
48
0 commit comments