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.
HTMLValidatorTest::testUri
1 parent 469218f commit b07f2d7Copy full SHA for b07f2d7
tests/HTMLValidatorTest.php
@@ -12,7 +12,7 @@ public function testUri(): void
12
$validator = new HTMLValidator();
13
$result = $validator->validateUri('http://example.com');
14
self::assertNotEmpty($result->getErrors());
15
- self::assertNotEmpty($result->getWarnings());
+ self::assertEmpty($result->getWarnings());
16
17
self::assertFalse($result->isValid());
18
self::assertSame('http://example.com', $result->getUri());
0 commit comments