PHP Класс Contao\CoreBundle\Test\Framework\ContaoFrameworkTest

Наследование: extends Contao\CoreBundle\Test\TestCase
Показать файл Открыть проект

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

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