PHP 클래스 Neos\FluidAdaptor\Tests\Functional\Core\WidgetTest

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

공개 메소드들

메소드 설명
forwardToDifferentControllerThrowsException ( )
forwardWithParameterTriggersTargetAction ( )
forwardWithoutParameterTriggersTargetAction ( )
ifIncludedInATemplateTheWidgetReturnsResultOfItsOwnIndexAction ( ) This sends a request to the helper controller (AjaxTestController) which includes the AJAX widget in its template. The indexAction renders that template which in turn lets the "someAjax" widget call the indexAction of its own controller (SomeAjaxController).
redirectToDifferentControllerThrowsException ( )
redirectWithDelayAndNoParameterOutputsRefreshMetaHeader ( )
redirectWithDelayAndWithParameterOutputsRefreshMetaHeader ( )
redirectWithoutDelayAndNoParameterImmediatelyRedirectsToTargetAction ( )
redirectWithoutDelayAndWithParameterImmediatelyRedirectsToTargetAction ( )
setUp ( ) Additional setup: Routes
theGeneratedUriLeadsToASpecificActionOfTheAjaxController ( ) This sends a request to the helper controller (AjaxTestController) which includes the AJAX widget in its template. The second line of the output created by the indexAction() of the "someAjax" widget contains a URI which allows for directly sending a request (from outside) to the widget, calling the ajaxAction().

메소드 상세

forwardToDifferentControllerThrowsException() 공개 메소드

forwardWithParameterTriggersTargetAction() 공개 메소드

forwardWithoutParameterTriggersTargetAction() 공개 메소드

ifIncludedInATemplateTheWidgetReturnsResultOfItsOwnIndexAction() 공개 메소드

This sends a request to the helper controller (AjaxTestController) which includes the AJAX widget in its template. The indexAction renders that template which in turn lets the "someAjax" widget call the indexAction of its own controller (SomeAjaxController).

redirectToDifferentControllerThrowsException() 공개 메소드

redirectWithDelayAndNoParameterOutputsRefreshMetaHeader() 공개 메소드

redirectWithDelayAndWithParameterOutputsRefreshMetaHeader() 공개 메소드

redirectWithoutDelayAndNoParameterImmediatelyRedirectsToTargetAction() 공개 메소드

redirectWithoutDelayAndWithParameterImmediatelyRedirectsToTargetAction() 공개 메소드

setUp() 공개 메소드

Additional setup: Routes
public setUp ( )

theGeneratedUriLeadsToASpecificActionOfTheAjaxController() 공개 메소드

We send a request to this URI and check if the AJAX widget was really invoked.