PHP Class Contao\CoreBundle\Test\EventListener\BypassMaintenanceListenerTest

Inheritance: extends Contao\CoreBundle\Test\TestCase
Afficher le fichier Open project: contao/core-bundle

Méthodes publiques

Méthode Description
testInstantiation ( ) Tests the object instantiation.
testOnKernelRequest ( ) Tests the onKernelRequest() method.
testWithoutBackendUser ( ) Tests that the request attribute is not set if there is no back end user.

Method Details

testInstantiation() public méthode

Tests the object instantiation.
public testInstantiation ( )

testOnKernelRequest() public méthode

Tests the onKernelRequest() method.
public testOnKernelRequest ( )

testWithoutBackendUser() public méthode

Tests that the request attribute is not set if there is no back end user.