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

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

보호된 프로퍼티들

프로퍼티 타입 설명
$allCountries array
$allLanguages array
$allPersonas array
$configurationWithThreeDimensionsAndManyValues array
$validConfiguration array

공개 메소드들

메소드 설명
findPresetByDimensionValuesWithExistingValuesReturnsPreset ( )
getAllPresetsReturnsDimensionPresetsOrderedByPosition ( )
getAllPresetsReturnsDimensionsOrderedByPosition ( )
getAllowedDimensionPresetsAccordingToPreselectionReturnsAllowedPresetsOfSecondDimensionIfPresetOfFirstDimensionIsGiven ( )
getDefaultPresetWithExistingDimensionReturnsDefaultPresetWithIdentifier ( )
isPresetCombinationAllowedByConstraintsCorrectlyEvaluatesCombinationsOfWildcardAndExplicitConstraints ( )
isPresetCombinationAllowedByConstraintsReturnsFalseIfAnyOfThePresetsDoesNotExist ( )
isPresetCombinationAllowedByConstraintsReturnsFalseIfConstraintExplicitlyDoesNotAllowTheCombination ( )
isPresetCombinationAllowedByConstraintsReturnsFalseIfWildCardConstraintIsSetToFalse ( )
isPresetCombinationAllowedByConstraintsReturnsTrueIfNoConstraintsHaveBeenDefined ( )
setConfigurationThrowsExceptionIfSpecifiedDefaultPresetDoesNotExist ( )
setUp ( ) : void

메소드 상세

findPresetByDimensionValuesWithExistingValuesReturnsPreset() 공개 메소드

getAllPresetsReturnsDimensionPresetsOrderedByPosition() 공개 메소드

getAllPresetsReturnsDimensionsOrderedByPosition() 공개 메소드

getAllowedDimensionPresetsAccordingToPreselectionReturnsAllowedPresetsOfSecondDimensionIfPresetOfFirstDimensionIsGiven() 공개 메소드

getDefaultPresetWithExistingDimensionReturnsDefaultPresetWithIdentifier() 공개 메소드

isPresetCombinationAllowedByConstraintsCorrectlyEvaluatesCombinationsOfWildcardAndExplicitConstraints() 공개 메소드

isPresetCombinationAllowedByConstraintsReturnsFalseIfAnyOfThePresetsDoesNotExist() 공개 메소드

isPresetCombinationAllowedByConstraintsReturnsFalseIfConstraintExplicitlyDoesNotAllowTheCombination() 공개 메소드

isPresetCombinationAllowedByConstraintsReturnsFalseIfWildCardConstraintIsSetToFalse() 공개 메소드

isPresetCombinationAllowedByConstraintsReturnsTrueIfNoConstraintsHaveBeenDefined() 공개 메소드

setConfigurationThrowsExceptionIfSpecifiedDefaultPresetDoesNotExist() 공개 메소드

setUp() 공개 메소드

public setUp ( ) : void
리턴 void

프로퍼티 상세

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

protected array $allCountries
리턴 array

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

protected array $allLanguages
리턴 array

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

protected array $allPersonas
리턴 array

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

protected array $configurationWithThreeDimensionsAndManyValues
리턴 array

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

protected array $validConfiguration
리턴 array