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:45:08 +00:00 committed by Paul Richards
parent 2d88298ace
commit 42995c859c
No known key found for this signature in database
GPG Key ID: 29967EA449106805

View File

@ -305,7 +305,7 @@ class ReflectionExtractorTest extends TestCase
$this->assertNull($this->extractor->getTypes($class, $property, ['enable_constructor_extraction' => false]));
}
public function ConstructorTypesProvider(): array
public function constructorTypesProvider(): array
{
return [
// php71 dummy has following constructor: __construct(string $string, int $intPrivate)