PHP Класс Contao\CoreBundle\Test\EventListener\RefererIdListenerTest

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

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

Метод Описание
testInstantiation ( ) Tests the object instantiation.
testTokenAddedToRequest ( ) Tests that the token is added to the request.
testTokenNotAddedToFrontendRequest ( ) Tests that the token is not added to a front end request.
testTokenNotAddedToSubrequest ( ) Tests that the token is not added to a subrequest.

Описание методов

testInstantiation() публичный Метод

Tests the object instantiation.
public testInstantiation ( )

testTokenAddedToRequest() публичный Метод

Tests that the token is added to the request.

testTokenNotAddedToFrontendRequest() публичный Метод

Tests that the token is not added to a front end request.

testTokenNotAddedToSubrequest() публичный Метод

Tests that the token is not added to a subrequest.