We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
TypeTest
1 parent 02db9c2 commit 46dc6abCopy full SHA for 46dc6ab
src/Symfony/Component/PropertyInfo/Tests/TypeTest.php
@@ -75,7 +75,7 @@ public function testArrayCollection()
75
$this->assertTrue($firstValueType->isCollection());
76
$this->assertEquals(Type::BUILTIN_TYPE_ARRAY, $secondValueType->getBuiltinType());
77
$this->assertFalse($secondValueType->isNullable());
78
- $this->assertTrue($firstValueType->isCollection());
+ $this->assertTrue($secondValueType->isCollection());
79
}
80
81
public function testInvalidCollectionValueArgument()
0 commit comments