diff --git a/src/Symfony/Component/PropertyInfo/Tests/Extractor/ReflectionExtractorTest.php b/src/Symfony/Component/PropertyInfo/Tests/Extractor/ReflectionExtractorTest.php index 9d26d7da60..69888a99d0 100644 --- a/src/Symfony/Component/PropertyInfo/Tests/Extractor/ReflectionExtractorTest.php +++ b/src/Symfony/Component/PropertyInfo/Tests/Extractor/ReflectionExtractorTest.php @@ -295,7 +295,7 @@ class ReflectionExtractorTest extends TestCase } /** - * @dataProvider ConstructorTypesProvider + * @dataProvider constructorTypesProvider */ public function testExtractTypeConstructor(string $class, string $property, array $type = null) {