PHP 클래스 Contao\CoreBundle\Test\Framework\ContaoFrameworkTest

파일 보기 프로젝트 열기: contao/core-bundle

공개 메소드들

메소드 설명
testBackendRequest ( ) Tests initializing the framework with a back end request.
testContainerNotSet ( ) Tests initializing the framework with a valid request token.
testCreateInstance ( ) Tests the createInstance method.
testCreateInstanceSingelton ( ) Tests the createInstance method for a singleton class.
testErrorLevelOverride ( ) Tests that the error level will get updated when configured.
testFrontendRequest ( ) Tests initializing the framework with a front end request.
testGetAdapter ( ) Tests the getAdapter method.
testIncompleteInstallation ( ) Tests initializing the framework with an incomplete installation.
testInstantiation ( ) Tests the object instantiation.
testInvalidRequestToken ( ) Tests initializing the framework with an invalid request token.
testNotInitializedTwice ( ) Tests that the framework is not initialized twice.
testRequestTokenCheckSkippedIfAttributeFalse ( ) Tests if the request token check is skipped if the attribute is false.
testValidRequestToken ( ) Tests initializing the framework with a valid request token.
testWithoutRequest ( ) Tests initializing the framework without a request.
testWithoutRoute ( ) Tests initializing the framework with request but without route.
testWithoutScope ( ) Tests initializing the framework without a scope.

메소드 상세

testBackendRequest() 공개 메소드

Tests initializing the framework with a back end request.
public testBackendRequest ( )

testContainerNotSet() 공개 메소드

Tests initializing the framework with a valid request token.
public testContainerNotSet ( )

testCreateInstance() 공개 메소드

Tests the createInstance method.
public testCreateInstance ( )

testCreateInstanceSingelton() 공개 메소드

Tests the createInstance method for a singleton class.

testErrorLevelOverride() 공개 메소드

Tests that the error level will get updated when configured.

testFrontendRequest() 공개 메소드

Tests initializing the framework with a front end request.
public testFrontendRequest ( )

testGetAdapter() 공개 메소드

Tests the getAdapter method.
public testGetAdapter ( )

testIncompleteInstallation() 공개 메소드

Tests initializing the framework with an incomplete installation.

testInstantiation() 공개 메소드

Tests the object instantiation.
public testInstantiation ( )

testInvalidRequestToken() 공개 메소드

Tests initializing the framework with an invalid request token.

testNotInitializedTwice() 공개 메소드

Tests that the framework is not initialized twice.

testRequestTokenCheckSkippedIfAttributeFalse() 공개 메소드

Tests if the request token check is skipped if the attribute is false.

testValidRequestToken() 공개 메소드

Tests initializing the framework with a valid request token.

testWithoutRequest() 공개 메소드

Tests initializing the framework without a request.
public testWithoutRequest ( )

testWithoutRoute() 공개 메소드

Tests initializing the framework with request but without route.
public testWithoutRoute ( )

testWithoutScope() 공개 메소드

Tests initializing the framework without a scope.
public testWithoutScope ( )