diff --git a/tests/ParserTest.php b/tests/ParserTest.php index 0c708867..6680bc0f 100644 --- a/tests/ParserTest.php +++ b/tests/ParserTest.php @@ -151,9 +151,6 @@ public function colorParsing(): void self::assertEmpty($colorDeclarations); } } - foreach ($document->getAllValues(null, 'color') as $colorValue) { - self::assertSame('red', $colorValue); - } self::assertSame( '#mine {color: red;border-color: #0a64e6;border-color: rgba(10,100,231,.3);outline-color: #222;' . "background-color: #232323;}\n"