8000
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 c5d2403 commit 84787c6Copy full SHA for 84787c6
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