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
2 parents bfe7569 + f3124d1 commit 29e1ee8Copy full SHA for 29e1ee8
src/Symfony/Component/Validator/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