PHP Class Neos\Flow\Tests\Unit\Property\TypeConverter\ObjectConverterTest

Inheritance: extends Neos\Flow\Tests\UnitTestCase
Show file Open project: neos/flow-development-collection

Protected Properties

Property Type Description
$converter Neos\Flow\Property\TypeConverter\ObjectConverter
$mockObjectManager Neos\Flow\ObjectManagement\ObjectManagerInterface
$mockReflectionService Neos\Flow\Reflection\ReflectionService

Public Methods

Method Description
canConvertFromReturnsTrueIfClassIsTaggedWithEntityOrValueObject ( $isEntity, $isValueObject, $expected )
checkMetadata ( )
dataProviderForCanConvert ( )
getTypeOfChildPropertyShouldRemoveLeadingBackslashesForAnnotationParameters ( )
getTypeOfChildPropertyShouldUseReflectionServiceToDetermineType ( )
setUp ( )

Method Details

canConvertFromReturnsTrueIfClassIsTaggedWithEntityOrValueObject() public method

public canConvertFromReturnsTrueIfClassIsTaggedWithEntityOrValueObject ( $isEntity, $isValueObject, $expected )

checkMetadata() public method

public checkMetadata ( )

dataProviderForCanConvert() public method

getTypeOfChildPropertyShouldRemoveLeadingBackslashesForAnnotationParameters() public method

getTypeOfChildPropertyShouldUseReflectionServiceToDetermineType() public method

setUp() public method

public setUp ( )

Property Details

$converter protected property

protected ObjectConverter,Neos\Flow\Property\TypeConverter $converter
return Neos\Flow\Property\TypeConverter\ObjectConverter

$mockObjectManager protected property

protected ObjectManagerInterface,Neos\Flow\ObjectManagement $mockObjectManager
return Neos\Flow\ObjectManagement\ObjectManagerInterface

$mockReflectionService protected property

protected ReflectionService,Neos\Flow\Reflection $mockReflectionService
return Neos\Flow\Reflection\ReflectionService