PHP Class Contao\CoreBundle\Test\EventListener\RefererIdListenerTest

Inheritance: extends Contao\CoreBundle\Test\TestCase
Datei anzeigen Open project: contao/core-bundle

Public Methods

Method Description
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.

Method Details

testInstantiation() public method

Tests the object instantiation.
public testInstantiation ( )

testTokenAddedToRequest() public method

Tests that the token is added to the request.

testTokenNotAddedToFrontendRequest() public method

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

testTokenNotAddedToSubrequest() public method

Tests that the token is not added to a subrequest.