PHP Класс Contao\CoreBundle\Test\EventListener\ExceptionConverterListenerTest

Наследование: extends Contao\CoreBundle\Test\TestCase
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

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.
public testInstantiation ( )