PHP 클래스 Neos\ContentRepository\Tests\Unit\Domain\Service\NodeServiceTest

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

보호된 프로퍼티들

프로퍼티 타입 설명
$subNodeTypesFixture array example node types

공개 메소드들

메소드 설명
abnormalPaths ( ) : array
cleanUpChildNodesNeverRemoveDocumentNode ( )
cleanUpChildNodesRemoveAllUndeclaredChildNodes ( )
cleanUpPropertiesRemoveAllUndeclaredProperties ( )
createChildNodesTryToCreateAllConfiguredChildNodes ( )
isNodeOfTypeReturnTrueIsTheGivenNodeHasTheSameTypeOfTheGivenType ( )
isNodeOfTypeReturnTrueIsTheGivenNodeIsSubNodeOfTheGivenType ( )
normalizePathReturnsANormalizedAbsolutePath ( string $currentPath, string $relativePath, string $normalizedPath )
normalizePathThrowsInvalidArgumentExceptionOnPathContainingDoubleSlash ( )
setDefaultDateValueOnlyIfTheCurrentPropertyIsNull ( )
setDefaultValueNeverReplaceExistingValue ( )
setDefaultValueOnlyIfTheCurrentPropertyIsNull ( )

보호된 메소드들

메소드 설명
createNodeService ( ) : Neos\ContentRepository\Domain\Service\NodeService
mockNodeType ( string $nodeTypeName ) : mixed

메소드 상세

abnormalPaths() 공개 메소드

public abnormalPaths ( ) : array
리턴 array

cleanUpChildNodesNeverRemoveDocumentNode() 공개 메소드

cleanUpChildNodesRemoveAllUndeclaredChildNodes() 공개 메소드

cleanUpPropertiesRemoveAllUndeclaredProperties() 공개 메소드

createChildNodesTryToCreateAllConfiguredChildNodes() 공개 메소드

createNodeService() 보호된 메소드

protected createNodeService ( ) : Neos\ContentRepository\Domain\Service\NodeService
리턴 Neos\ContentRepository\Domain\Service\NodeService

isNodeOfTypeReturnTrueIsTheGivenNodeHasTheSameTypeOfTheGivenType() 공개 메소드

isNodeOfTypeReturnTrueIsTheGivenNodeIsSubNodeOfTheGivenType() 공개 메소드

mockNodeType() 보호된 메소드

protected mockNodeType ( string $nodeTypeName ) : mixed
$nodeTypeName string
리턴 mixed

normalizePathReturnsANormalizedAbsolutePath() 공개 메소드

public normalizePathReturnsANormalizedAbsolutePath ( string $currentPath, string $relativePath, string $normalizedPath )
$currentPath string
$relativePath string
$normalizedPath string

normalizePathThrowsInvalidArgumentExceptionOnPathContainingDoubleSlash() 공개 메소드

setDefaultDateValueOnlyIfTheCurrentPropertyIsNull() 공개 메소드

setDefaultValueNeverReplaceExistingValue() 공개 메소드

setDefaultValueOnlyIfTheCurrentPropertyIsNull() 공개 메소드

프로퍼티 상세

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

example node types
protected array $subNodeTypesFixture
리턴 array