We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
CSSValidatorTest::testHtmlUri
1 parent 491e19d commit 19f8b08Copy full SHA for 19f8b08
1 file changed
tests/CSSValidatorTest.php
@@ -23,7 +23,7 @@ public function testHtmlUri(): void
23
$validator = new CSSValidator();
24
$result = $validator->validateUri('http://example.com');
25
self::assertEmpty($result->getErrors());
26
- self::assertNotEmpty($result->getWarnings());
+ self::assertEmpty($result->getWarnings());
27
self::assertTrue($result->isValid());
28
self::assertSame(Options::PROFILE_CSS3, $result->getCssLevel());
29
}
0 commit comments