PHP Class Neos\FluidAdaptor\Tests\Unit\Core\ViewHelper\AbstractViewHelperTest

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

Protected Properties

Свойство Type Description
$fixtureMethodParameters array
$fixtureMethodTags array
$mockObjectManager Neos\Flow\ObjectManagement\ObjectManagerInterface
$mockReflectionService Neos\Flow\Reflection\ReflectionService

Méthodes publiques

Méthode Description
argumentsCanBeRegistered ( )
initializeArgumentsAndRenderCallsTheCorrectSequenceOfMethods ( )
overrideArgumentOverwritesExistingArgumentDefinition ( )
overrideArgumentThrowsExceptionWhenTryingToOverwriteAnNonexistingArgument ( )
prepareArgumentsCallsInitializeArguments ( )
prepareArgumentsRegistersAnnotationBasedArgumentsWithDescriptionIfDebugModeIsEnabled ( )
prepareArgumentsRegistersAnnotationBasedArgumentsWithoutDescriptionIfDebugModeIsDisabled ( )
registeringTheSameArgumentNameAgainThrowsException ( )
setRenderingContextShouldSetInnerVariables ( )
setUp ( )
validateArgumentsAcceptsAllObjectsImplemtingArrayAccessAsAnArray ( )
validateArgumentsCallsPrepareArguments ( )
validateArgumentsCallsTheRightValidators ( )
validateArgumentsCallsTheRightValidatorsAndThrowsExceptionIfValidationIsWrong ( )

Method Details

argumentsCanBeRegistered() public méthode

initializeArgumentsAndRenderCallsTheCorrectSequenceOfMethods() public méthode

overrideArgumentOverwritesExistingArgumentDefinition() public méthode

overrideArgumentThrowsExceptionWhenTryingToOverwriteAnNonexistingArgument() public méthode

prepareArgumentsCallsInitializeArguments() public méthode

prepareArgumentsRegistersAnnotationBasedArgumentsWithDescriptionIfDebugModeIsEnabled() public méthode

prepareArgumentsRegistersAnnotationBasedArgumentsWithoutDescriptionIfDebugModeIsDisabled() public méthode

registeringTheSameArgumentNameAgainThrowsException() public méthode

setRenderingContextShouldSetInnerVariables() public méthode

setUp() public méthode

public setUp ( )

validateArgumentsAcceptsAllObjectsImplemtingArrayAccessAsAnArray() public méthode

validateArgumentsCallsPrepareArguments() public méthode

validateArgumentsCallsTheRightValidators() public méthode

validateArgumentsCallsTheRightValidatorsAndThrowsExceptionIfValidationIsWrong() public méthode

Property Details

$fixtureMethodParameters protected_oe property

protected array $fixtureMethodParameters
Résultat array

$fixtureMethodTags protected_oe property

protected array $fixtureMethodTags
Résultat array

$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