PHP Класс Neos\Flow\Tests\Functional\Mvc\ActionControllerTest

Наследование: extends Neos\Flow\Tests\FunctionalTestCase
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$testablePersistenceEnabled boolean

Открытые методы

Метод Описание
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 ( )

Описание методов

actionSpecifiedInActionRequestIsCalledAndResponseIsReturned() публичный Метод

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

argumentTests() публичный Метод

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

argumentTestsDataProvider() публичный Метод

Data provider for argumentTests()
public argumentTestsDataProvider ( ) : array
Результат array

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
public setUp ( )

trustedPropertiesConfigurationDoesNotIgnoreWildcardConfigurationInController() публичный Метод

validatedGroupObjectArgumentsAreValidated() публичный Метод

Описание свойств

$testablePersistenceEnabled защищенное статическое свойство

protected static bool $testablePersistenceEnabled
Результат boolean