PHP Class Contao\CoreBundle\Test\EventListener\InsecureInstallationListenerTest

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.
testOnKernelRequestOnLocalhost ( ) Tests the onKernelRequest() method on localhost.
testOnKernelRequestWithSecureDocumentRoot ( ) Tests the onKernelRequest() method with a secure document root.

Private Methods

Method Description
getRequestObject ( ) : Request Returns a request object.

Method Details

testInstantiation() public method

Tests the object instantiation.
public testInstantiation ( )

testOnKernelRequest() public method

Tests the onKernelRequest() method.
public testOnKernelRequest ( )

testOnKernelRequestOnLocalhost() public method

Tests the onKernelRequest() method on localhost.

testOnKernelRequestWithSecureDocumentRoot() public method

Tests the onKernelRequest() method with a secure document root.