diff --git a/Tests/ModelDescriber/Annotations/SymfonyConstraintAnnotationReaderTest.php b/Tests/ModelDescriber/Annotations/SymfonyConstraintAnnotationReaderTest.php index 4baed85..cb628d7 100644 --- a/Tests/ModelDescriber/Annotations/SymfonyConstraintAnnotationReaderTest.php +++ b/Tests/ModelDescriber/Annotations/SymfonyConstraintAnnotationReaderTest.php @@ -532,7 +532,7 @@ class SymfonyConstraintAnnotationReaderTest extends TestCase if (\PHP_VERSION_ID >= 80000) { yield 'Attributes' => [new class() { #[Assert\NotBlank()] - #[Assert\Range(min: 1, group: ['other'])] + #[Assert\Range(min: 1, groups: ['other'])] private $property1; }]; }