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.
Url
1 parent 9816ddc commit 22d9deaCopy full SHA for 22d9dea
Tests/Constraints/UrlTest.php
@@ -68,9 +68,9 @@ public function testAttributes()
68
self::assertFalse($cConstraint->requireTld);
69
70
[$dConstraint] = $metadata->properties['d']->getConstraints();
71
- self::assertSame(['http', 'https'], $aConstraint->protocols);
72
- self::assertFalse($aConstraint->relativeProtocol);
73
- self::assertNull($aConstraint->normalizer);
+ self::assertSame(['http', 'https'], $dConstraint->protocols);
+ self::assertFalse($dConstraint->relativeProtocol);
+ self::assertNull($dConstraint->normalizer);
74
self::assertTrue($dConstraint->requireTld);
75
}
76
0 commit comments