8000 Update src/Symfony/Component/Validator/Tests/Constraints/YamlTest.php · symfonyaml/symfony@84787c6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 84787c6

Browse files
symfonyamlxabbuh
authored and
symfonyaml
committed
Update src/Symfony/Component/Validator/Tests/Constraints/YamlTest.php
Co-authored-by: Christian Flothmann <christian.flothmann@gmail.com>
1 parent c5d2403 commit 84787c6

File tree

1 file changed

+1
-1
lines changed
  • src/Symfony/Component/Validator/Tests/Constraints

1 file changed

+1
-1
lines changed

src/Symfony/Component/Validator/Tests/Constraints/YamlTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public function testAttributes()
3434
self::assertSame('some attached data', $cConstraint->payload);
3535

3636
[$cConstraint] = $metadata->properties['d']->getConstraints();
37-
self::assertSame(768, $cConstraint->flags);
37+
self::assertSame(YamlParser::PARSE_CONSTANT | YamlParser::PARSE_CUSTOM_TAGS, $cConstraint->flags);
3838
}
3939
}
4040

0 commit comments

Comments
 (0)
0