PHP 클래스 Neos\ContentRepository\Tests\Unit\TypeConverter\NodeConverterTest

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

보호된 프로퍼티들

프로퍼티 타입 설명
$mockContextFactory Neos\ContentRepository\Domain\Service\ContextFactoryInterface
$mockConverterConfiguration Neos\Flow\Property\PropertyMappingConfigurationInterface
$mockNodeDataRepository Neos\ContentRepository\Domain\Repository\NodeDataRepository
$mockNodeFactory Neos\ContentRepository\Domain\Factory\NodeFactory
$mockObjectManager Neos\Flow\ObjectManagement\ObjectManagerInterface
$mockPropertyMapper Neos\Flow\Property\PropertyMapper
$mockWorkspaceRepository Neos\ContentRepository\Domain\Repository\WorkspaceRepository
$nodeConverter Neos\ContentRepository\TypeConverter\NodeConverter

공개 메소드들

메소드 설명
convertFromDecodesJsonEncodedArraysAsAssociative ( )
convertFromSetsRemovedContentShownContextPropertyFromConfigurationForContextPathSource ( )
convertFromUsesPropertyMapperToConvertNodePropertyOfArrayType ( )
convertFromUsesPropertyMapperToConvertNodePropertyOfReferenceType ( )
convertFromUsesPropertyMapperToConvertNodePropertyOfReferencesType ( )
setUp ( )

보호된 메소드들

메소드 설명
setUpNodeWithNodeType ( string $nodePath, array $nodeTypeProperties = [] ) : Neos\ContentRepository\Domain\Model\NodeInterface

메소드 상세

convertFromDecodesJsonEncodedArraysAsAssociative() 공개 메소드

convertFromSetsRemovedContentShownContextPropertyFromConfigurationForContextPathSource() 공개 메소드

convertFromUsesPropertyMapperToConvertNodePropertyOfArrayType() 공개 메소드

convertFromUsesPropertyMapperToConvertNodePropertyOfReferenceType() 공개 메소드

convertFromUsesPropertyMapperToConvertNodePropertyOfReferencesType() 공개 메소드

setUp() 공개 메소드

public setUp ( )

setUpNodeWithNodeType() 보호된 메소드

protected setUpNodeWithNodeType ( string $nodePath, array $nodeTypeProperties = [] ) : Neos\ContentRepository\Domain\Model\NodeInterface
$nodePath string
$nodeTypeProperties array
리턴 Neos\ContentRepository\Domain\Model\NodeInterface

프로퍼티 상세

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

protected ContextFactoryInterface,Neos\ContentRepository\Domain\Service $mockContextFactory
리턴 Neos\ContentRepository\Domain\Service\ContextFactoryInterface

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

protected PropertyMappingConfigurationInterface,Neos\Flow\Property $mockConverterConfiguration
리턴 Neos\Flow\Property\PropertyMappingConfigurationInterface

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

protected NodeDataRepository,Neos\ContentRepository\Domain\Repository $mockNodeDataRepository
리턴 Neos\ContentRepository\Domain\Repository\NodeDataRepository

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

protected NodeFactory,Neos\ContentRepository\Domain\Factory $mockNodeFactory
리턴 Neos\ContentRepository\Domain\Factory\NodeFactory

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

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

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

protected PropertyMapper,Neos\Flow\Property $mockPropertyMapper
리턴 Neos\Flow\Property\PropertyMapper

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

protected WorkspaceRepository,Neos\ContentRepository\Domain\Repository $mockWorkspaceRepository
리턴 Neos\ContentRepository\Domain\Repository\WorkspaceRepository

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

protected NodeConverter,Neos\ContentRepository\TypeConverter $nodeConverter
리턴 Neos\ContentRepository\TypeConverter\NodeConverter