PHP 클래스 Neos\Flow\Tests\Functional\Mvc\ActionControllerTest

파일 보기 프로젝트 열기: neos/flow-development-collection

보호된 프로퍼티들

프로퍼티 타입 설명
$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