PHP 클래스 Neos\Flow\Tests\Unit\Property\TypeConverter\ObjectConverterTest

상속: extends Neos\Flow\Tests\UnitTestCase
파일 보기 프로젝트 열기: neos/flow-development-collection

보호된 프로퍼티들

프로퍼티 타입 설명
$converter Neos\Flow\Property\TypeConverter\ObjectConverter
$mockObjectManager Neos\Flow\ObjectManagement\ObjectManagerInterface
$mockReflectionService Neos\Flow\Reflection\ReflectionService

공개 메소드들

메소드 설명
canConvertFromReturnsTrueIfClassIsTaggedWithEntityOrValueObject ( $isEntity, $isValueObject, $expected )
checkMetadata ( )
dataProviderForCanConvert ( )
getTypeOfChildPropertyShouldRemoveLeadingBackslashesForAnnotationParameters ( )
getTypeOfChildPropertyShouldUseReflectionServiceToDetermineType ( )
setUp ( )

메소드 상세

canConvertFromReturnsTrueIfClassIsTaggedWithEntityOrValueObject() 공개 메소드

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

checkMetadata() 공개 메소드

public checkMetadata ( )

dataProviderForCanConvert() 공개 메소드

getTypeOfChildPropertyShouldRemoveLeadingBackslashesForAnnotationParameters() 공개 메소드

getTypeOfChildPropertyShouldUseReflectionServiceToDetermineType() 공개 메소드

setUp() 공개 메소드

public setUp ( )

프로퍼티 상세

$converter 보호되어 있는 프로퍼티

protected ObjectConverter,Neos\Flow\Property\TypeConverter $converter
리턴 Neos\Flow\Property\TypeConverter\ObjectConverter

$mockObjectManager 보호되어 있는 프로퍼티

protected ObjectManagerInterface,Neos\Flow\ObjectManagement $mockObjectManager
리턴 Neos\Flow\ObjectManagement\ObjectManagerInterface

$mockReflectionService 보호되어 있는 프로퍼티

protected ReflectionService,Neos\Flow\Reflection $mockReflectionService
리턴 Neos\Flow\Reflection\ReflectionService