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

checkMetadata() public method

public checkMetadata ( )
    public function checkMetadata()
    {
        $this->assertEquals(['array'], $this->converter->getSupportedSourceTypes(), 'Source types do not match');
        $this->assertEquals('array', $this->converter->getSupportedTargetType(), 'Target type does not match');
        $this->assertEquals(2, $this->converter->getPriority(), 'Priority does not match');
    }