Neos\Flow\Tests\Unit\Property\TypeConverter\ArrayFromObjectConverterTest::checkMetadata PHP Метод

checkMetadata() публичный Метод

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