PHP 클래스 Neos\Flow\Tests\Functional\Session\SessionManagementTest

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

공개 메소드들

메소드 설명
aSessionCanBeStartedInAFunctionalTest ( ) Makes sure that the functional base testcase initializes an HTTP request and an HTTP response which can be retrieved from the special request handler by the session initialization in order to retrieve or set the session cookie.
aSessionUsedInAFunctionalTestVirtualBrowserSendsCookiesOnEachRequest ( ) This test makes sure that if a session is used through the HTTP Browser in a functional test, the Session does not have side effects which result, for example, in a cookie sent only at the end of the first request.
getCurrentSessionReturnsTheCurrentlyActiveSession ( ) Checks if getCurrentSessionSession() returns the one and only session which can also be retrieved through Dependency Injection using the SessionInterface.
objectManagerAlwaysReturnsANewSessionInstanceIfClassNameIsSpecified ( )
objectManagerAlwaysReturnsTheSameSessionIfInterfaceIsSpecified ( )
setUp ( ) : void

메소드 상세

aSessionCanBeStartedInAFunctionalTest() 공개 메소드

See bug #43590

aSessionUsedInAFunctionalTestVirtualBrowserSendsCookiesOnEachRequest() 공개 메소드

This test makes sure that if a session is used through the HTTP Browser in a functional test, the Session does not have side effects which result, for example, in a cookie sent only at the end of the first request.

getCurrentSessionReturnsTheCurrentlyActiveSession() 공개 메소드

Checks if getCurrentSessionSession() returns the one and only session which can also be retrieved through Dependency Injection using the SessionInterface.

objectManagerAlwaysReturnsANewSessionInstanceIfClassNameIsSpecified() 공개 메소드

objectManagerAlwaysReturnsTheSameSessionIfInterfaceIsSpecified() 공개 메소드

setUp() 공개 메소드

public setUp ( ) : void
리턴 void