Update src/Symfony/Component/PropertyInfo/Tests/Extractor/ReflectionExtractorTest.php

Co-Authored-By: mantis <mantis@users.noreply.github.com>
This commit is contained in:
Oskar Stark 2019-02-23 17:44:54 +00:00 committed by Paul Richards
parent e43a3bce11
commit 2d88298ace
No known key found for this signature in database
GPG Key ID: 29967EA449106805

View File

@ -295,7 +295,7 @@ class ReflectionExtractorTest extends TestCase
}
/**
* @dataProvider ConstructorTypesProvider
* @dataProvider constructorTypesProvider
*/
public function testExtractTypeConstructor(string $class, string $property, array $type = null)
{