PHP Class Contao\CoreBundle\Test\EventListener\BypassMaintenanceListenerTest

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

Public Methods

Method 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 method

Tests the object instantiation.
public testInstantiation ( )

testOnKernelRequest() public method

Tests the onKernelRequest() method.
public testOnKernelRequest ( )

testWithoutBackendUser() public method

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