PHP 클래스 Contao\CoreBundle\Test\EventListener\ExceptionConverterListenerTest

파일 보기 프로젝트 열기: contao/core-bundle

공개 메소드들

메소드 설명
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 ( )