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

Inheritance: extends Neos\Flow\Tests\UnitTestCase
Afficher le fichier Open project: neos/flow-development-collection

Protected Properties

Свойство Type Description
$converter Neos\Flow\Property\TypeConverter\ObjectConverter
$mockObjectManager Neos\Flow\ObjectManagement\ObjectManagerInterface
$mockReflectionService Neos\Flow\Reflection\ReflectionService

Méthodes publiques

Méthode Description
canConvertFromReturnsTrueIfClassIsTaggedWithEntityOrValueObject ( $isEntity, $isValueObject, $expected )
checkMetadata ( )
dataProviderForCanConvert ( )
getTypeOfChildPropertyShouldRemoveLeadingBackslashesForAnnotationParameters ( )
getTypeOfChildPropertyShouldUseReflectionServiceToDetermineType ( )
setUp ( )

Method Details

canConvertFromReturnsTrueIfClassIsTaggedWithEntityOrValueObject() public méthode

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

checkMetadata() public méthode

public checkMetadata ( )

dataProviderForCanConvert() public méthode

getTypeOfChildPropertyShouldRemoveLeadingBackslashesForAnnotationParameters() public méthode

getTypeOfChildPropertyShouldUseReflectionServiceToDetermineType() public méthode

setUp() public méthode

public setUp ( )

Property Details

$converter protected_oe property

protected ObjectConverter,Neos\Flow\Property\TypeConverter $converter
Résultat Neos\Flow\Property\TypeConverter\ObjectConverter

$mockObjectManager protected_oe property

protected ObjectManagerInterface,Neos\Flow\ObjectManagement $mockObjectManager
Résultat Neos\Flow\ObjectManagement\ObjectManagerInterface

$mockReflectionService protected_oe property

protected ReflectionService,Neos\Flow\Reflection $mockReflectionService
Résultat Neos\Flow\Reflection\ReflectionService