PHP Class Neos\Flow\Tests\Functional\Mvc\ActionControllerTest

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

Protected Properties

Свойство Type Description
$testablePersistenceEnabled boolean

Méthodes publiques

Méthode Description
actionSpecifiedInActionRequestIsCalledAndResponseIsReturned ( ) Checks if a simple request is handled correctly if another than the default action is specified.
argumentTests ( string $action, mixed $argument, string $expectedResult ) Tut Dinge.
argumentTestsDataProvider ( ) : array Data provider for argumentTests()
argumentsOfPutRequestArePassedToAction ( ) Bug #36913
argumentsOfPutRequestWithJsonOrXmlTypeAreAlsoPassedToAction ( )
defaultActionSpecifiedInrouteIsCalledAndResponseIsReturned ( ) Checks if a simple request is handled correctly. The route matching the specified URI defines a default action "first" which results in firstAction being called.
defaultTemplateIsResolvedAndUsedAccordingToConventions ( )
ignoreValidationAnnotationIsObservedWithAndWithoutDollarSign ( ) See http://forge.typo3.org/issues/37385
ignoreValidationAnnotationsAreObservedForPost ( )
notAcceptableStatusIsReturnedIfMediaTypeDoesNotMatchSupportedMediaTypes ( ) RFC 2616 / 10.4.7 (406 Not Acceptable)
notFoundStatusIsReturnedIfASpecifiedObjectCantBeFound ( ) RFC 2616 / 10.4.5 (404 Not Found)
notValidatedGroupObjectArgumentsAreNotValidated ( )
objectArgumentsAreValidatedByDefault ( )
optionalObjectArgumentsAreValidatedByDefault ( )
optionalObjectArgumentsCanBeOmitted ( )
queryStringOfAGetRequestIsParsedAndPassedToActionAsArguments ( ) Checks if query parameters are handled correctly and default arguments are respected / overridden.
setUp ( ) Additional setup: Routes
trustedPropertiesConfigurationDoesNotIgnoreWildcardConfigurationInController ( )
validatedGroupObjectArgumentsAreValidated ( )

Method Details

actionSpecifiedInActionRequestIsCalledAndResponseIsReturned() public méthode

Checks if a simple request is handled correctly if another than the default action is specified.

argumentTests() public méthode

Tut Dinge.
public argumentTests ( string $action, mixed $argument, string $expectedResult )
$action string
$argument mixed
$expectedResult string

argumentTestsDataProvider() public méthode

Data provider for argumentTests()
public argumentTestsDataProvider ( ) : array
Résultat array

argumentsOfPutRequestArePassedToAction() public méthode

Bug #36913

argumentsOfPutRequestWithJsonOrXmlTypeAreAlsoPassedToAction() public méthode

defaultActionSpecifiedInrouteIsCalledAndResponseIsReturned() public méthode

Checks if a simple request is handled correctly. The route matching the specified URI defines a default action "first" which results in firstAction being called.

defaultTemplateIsResolvedAndUsedAccordingToConventions() public méthode

ignoreValidationAnnotationIsObservedWithAndWithoutDollarSign() public méthode

See http://forge.typo3.org/issues/37385

ignoreValidationAnnotationsAreObservedForPost() public méthode

notAcceptableStatusIsReturnedIfMediaTypeDoesNotMatchSupportedMediaTypes() public méthode

RFC 2616 / 10.4.7 (406 Not Acceptable)

notFoundStatusIsReturnedIfASpecifiedObjectCantBeFound() public méthode

RFC 2616 / 10.4.5 (404 Not Found)

notValidatedGroupObjectArgumentsAreNotValidated() public méthode

objectArgumentsAreValidatedByDefault() public méthode

optionalObjectArgumentsAreValidatedByDefault() public méthode

optionalObjectArgumentsCanBeOmitted() public méthode

queryStringOfAGetRequestIsParsedAndPassedToActionAsArguments() public méthode

Checks if query parameters are handled correctly and default arguments are respected / overridden.

setUp() public méthode

Additional setup: Routes
public setUp ( )

trustedPropertiesConfigurationDoesNotIgnoreWildcardConfigurationInController() public méthode

validatedGroupObjectArgumentsAreValidated() public méthode

Property Details

$testablePersistenceEnabled protected_oe static_oe property

protected static bool $testablePersistenceEnabled
Résultat boolean