PHP Class Contao\CoreBundle\Test\EventListener\ExceptionConverterListenerTest

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

Méthodes publiques

Méthode 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 méthode

Tests converting an AccessDeniedException exception.

testConvertDerivedPageNotFoundException() public méthode

Tests converting the derived PageNotFoundException exception.

testConvertForwardPageNotFoundException() public méthode

Tests converting an ForwardPageNotFoundException exception.

testConvertIncompleteInstallationException() public méthode

Tests converting an IncompleteInstallationException exception.

testConvertInsecureInstallationException() public méthode

Tests converting an InsecureInstallationException exception.

testConvertInvalidRequestTokenException() public méthode

Tests converting an InvalidRequestTokenException exception.

testConvertNoActivePageFoundException() public méthode

Tests converting an NoActivePageFoundException exception.

testConvertNoLayoutSpecifiedException() public méthode

Tests converting an NoLayoutSpecifiedException exception.

testConvertNoRootPageFoundException() public méthode

Tests converting an NoRootPageFoundException exception.

testConvertPageNotFoundException() public méthode

Tests converting an PageNotFoundException exception.

testConvertServiceUnavailableException() public méthode

Tests converting an ServiceUnavailableException exception.

testConvertUnknownException() public méthode

Tests converting an unknown exception.

testInstantiation() public méthode

Tests the object instantiation.
public testInstantiation ( )