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

View File

@ -297,7 +297,7 @@ class ReflectionExtractorTest extends TestCase
/**
* @dataProvider constructorTypesProvider
*/
public function testExtractTypeConstructor(string $class, string $property, array $type = null)
public function testExtractTypeConstructor(string $class, string $property, array $type)
{
// check that constructor extractions works by default, and if passed in via context. Check that null is returned if constructor extraction is disabled
$this->assertEquals($type, $this->extractor->getTypes($class, $property, []));