From 2d88298ace989f54d1b3a3be67b3839509ee8c20 Mon Sep 17 00:00:00 2001 From: Oskar Stark Date: Sat, 23 Feb 2019 17:44:54 +0000 Subject: [PATCH] Update src/Symfony/Component/PropertyInfo/Tests/Extractor/ReflectionExtractorTest.php Co-Authored-By: mantis --- .../PropertyInfo/Tests/Extractor/ReflectionExtractorTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {