Skip to content

Commit

Permalink
Upgraded Symfony Forms codebase to Symfony 6
Browse files Browse the repository at this point in the history
  • Loading branch information
alongosz committed Dec 16, 2024
1 parent 7484060 commit 82176b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/lib/Form/Data/AbstractFormDataValidationTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ static function (FormError $error): FormErrorDataTestWrapper {
protected function getExtensions(): array
{
$validator = Validation::createValidatorBuilder()
->enableAnnotationMapping(true)
->enableAttributeMapping()
->getValidator()
;

Expand Down

0 comments on commit 82176b3

Please sign in to comment.