PHP Class Contao\CoreBundle\Test\EventListener\ExceptionConverterListenerTest

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

Public Methods

Method Description
testConvertAccessDeniedException ( ) Tests converting an AccessDeniedException exception.
testConvertDerivedPageNotFoundException ( ) Tests converting the derived PageNotFoundException exception.
testConvertForwardPageNotFoundException ( ) Tests converting an ForwardPageNotFoundException exception.
testConvertIncompleteInstallationException ( ) Tests converting an IncompleteInstallationException exception.
testConvertInsecureInstallationException ( ) Tests converting an InsecureInstallationException exception.
testConvertInvalidRequestTokenException ( ) Tests converting an InvalidRequestTokenException exception.
testConvertNoActivePageFoundException ( ) Tests converting an NoActivePageFoundException exception.
testConvertNoLayoutSpecifiedException ( ) Tests converting an NoLayoutSpecifiedException exception.
testConvertNoRootPageFoundException ( ) Tests converting an NoRootPageFoundException exception.
testConvertPageNotFoundException ( ) Tests converting an PageNotFoundException exception.
testConvertServiceUnavailableException ( ) Tests converting an ServiceUnavailableException exception.
testConvertUnknownException ( ) Tests converting an unknown exception.
testInstantiation ( ) Tests the object instantiation.

Method Details

testConvertAccessDeniedException() public method

Tests converting an AccessDeniedException exception.

testConvertDerivedPageNotFoundException() public method

Tests converting the derived PageNotFoundException exception.

testConvertForwardPageNotFoundException() public method

Tests converting an ForwardPageNotFoundException exception.

testConvertIncompleteInstallationException() public method

Tests converting an IncompleteInstallationException exception.

testConvertInsecureInstallationException() public method

Tests converting an InsecureInstallationException exception.

testConvertInvalidRequestTokenException() public method

Tests converting an InvalidRequestTokenException exception.

testConvertNoActivePageFoundException() public method

Tests converting an NoActivePageFoundException exception.

testConvertNoLayoutSpecifiedException() public method

Tests converting an NoLayoutSpecifiedException exception.

testConvertNoRootPageFoundException() public method

Tests converting an NoRootPageFoundException exception.

testConvertPageNotFoundException() public method

Tests converting an PageNotFoundException exception.

testConvertServiceUnavailableException() public method

Tests converting an ServiceUnavailableException exception.

testConvertUnknownException() public method

Tests converting an unknown exception.

testInstantiation() public method

Tests the object instantiation.
public testInstantiation ( )