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.
1 parent e842445 commit a02144dCopy full SHA for a02144d
src/Symfony/Component/Validator/Tests/Constraints/YamlTest.php
@@ -34,7 +34,7 @@ public function testAttributes()
34
self::assertSame('some attached data', $cConstraint->payload);
35
36
[$cConstraint] = $metadata->properties['d']->getConstraints();
37
- self::assertSame(768, $cConstraint->flags);
+ self::assertSame(YamlParser::PARSE_CONSTANT | YamlParser::PARSE_CUSTOM_TAGS, $cConstraint->flags);
38
}
39
40
0 commit comments