Neos\Flow\Tests\Unit\Property\TypeConverter\PersistentObjectConverterTest::buildConfiguration PHP Method

buildConfiguration() protected method

protected buildConfiguration ( array $typeConverterOptions ) : PropertyMappingConfiguration
$typeConverterOptions array
return Neos\Flow\Property\PropertyMappingConfiguration
    protected function buildConfiguration($typeConverterOptions)
    {
        $configuration = new PropertyMappingConfiguration();
        $configuration->setTypeConverterOptions(PersistentObjectConverter::class, $typeConverterOptions);
        return $configuration;
    }