Neos\Flow\Tests\Unit\Property\TypeConverter\CollectionConverterTest::checkMetadata PHP Method

checkMetadata() public method

public checkMetadata ( )
    public function checkMetadata()
    {
        $this->assertEquals(['string', 'array'], $this->converter->getSupportedSourceTypes(), 'Source types do not match');
        $this->assertEquals('Doctrine\\Common\\Collections\\Collection', $this->converter->getSupportedTargetType(), 'Target type does not match');
        $this->assertEquals(1, $this->converter->getPriority(), 'Priority does not match');
    }