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

Inheritance: extends Neos\Flow\Tests\UnitTestCase
Show file Open project: neos/flow-development-collection

Protected Properties

Property Type Description
$fixtureMethodParameters array
$fixtureMethodTags array
$mockObjectManager Neos\Flow\ObjectManagement\ObjectManagerInterface
$mockReflectionService Neos\Flow\Reflection\ReflectionService

Public Methods

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

Method Details

argumentsCanBeRegistered() public method

initializeArgumentsAndRenderCallsTheCorrectSequenceOfMethods() public method

overrideArgumentOverwritesExistingArgumentDefinition() public method

overrideArgumentThrowsExceptionWhenTryingToOverwriteAnNonexistingArgument() public method

prepareArgumentsCallsInitializeArguments() public method

prepareArgumentsRegistersAnnotationBasedArgumentsWithDescriptionIfDebugModeIsEnabled() public method

prepareArgumentsRegistersAnnotationBasedArgumentsWithoutDescriptionIfDebugModeIsDisabled() public method

registeringTheSameArgumentNameAgainThrowsException() public method

setRenderingContextShouldSetInnerVariables() public method

setUp() public method

public setUp ( )

validateArgumentsAcceptsAllObjectsImplemtingArrayAccessAsAnArray() public method

validateArgumentsCallsPrepareArguments() public method

validateArgumentsCallsTheRightValidators() public method

validateArgumentsCallsTheRightValidatorsAndThrowsExceptionIfValidationIsWrong() public method

Property Details

$fixtureMethodParameters protected property

protected array $fixtureMethodParameters
return array

$fixtureMethodTags protected property

protected array $fixtureMethodTags
return array

$mockObjectManager protected property

protected ObjectManagerInterface,Neos\Flow\ObjectManagement $mockObjectManager
return Neos\Flow\ObjectManagement\ObjectManagerInterface

$mockReflectionService protected property

protected ReflectionService,Neos\Flow\Reflection $mockReflectionService
return Neos\Flow\Reflection\ReflectionService