Skip to content

Commit

Permalink
Fix deprecations since upgrading to Symfony 6
Browse files Browse the repository at this point in the history
  • Loading branch information
opdavies committed Dec 9, 2023
1 parent 8344f16 commit 537a715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Kernel/Validator/ConfigurationValidatorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public function setUp(): void
$this->configurationDataDTO = self::createConfigurationDTO();

$this->validator = Validation::createValidatorBuilder()
->enableAnnotationMapping()
->enableAttributeMapping()
->getValidator();
}

Expand Down

0 comments on commit 537a715

Please sign in to comment.