PHP 클래스 Neos\Fusion\Tests\Unit\Core\ExceptionHandlers\AbstractRenderingExceptionHandlerTest

상속: extends Neos\Flow\Tests\UnitTestCase
파일 보기 프로젝트 열기: neos/neos-development-collection

보호된 프로퍼티들

프로퍼티 타입 설명
$handler Neos\Fusion\Fixtures\AbstractRenderingExceptionHandler instance under test

공개 메소드들

메소드 설명
handleExceptions ( ) exceptions are handled and transformed to a message
neverHandleSecurityException ( ) SecurityException are rethrown
neverHandleStopActionException ( ) StopActionException are rethrown
unpackRuntimeException ( ) runtime exceptions are unpacked, meaning that the inner typoscript path an the inner exception is used to generate the message
useReferenceCodes ( ) exceptions are handled and transformed to a message

보호된 메소드들

메소드 설명
setUp ( ) Sets up this test case

메소드 상세

handleExceptions() 공개 메소드

exceptions are handled and transformed to a message
public handleExceptions ( )

neverHandleSecurityException() 공개 메소드

SecurityException are rethrown

neverHandleStopActionException() 공개 메소드

StopActionException are rethrown

setUp() 보호된 메소드

Sets up this test case
protected setUp ( )

unpackRuntimeException() 공개 메소드

runtime exceptions are unpacked, meaning that the inner typoscript path an the inner exception is used to generate the message

useReferenceCodes() 공개 메소드

exceptions are handled and transformed to a message
public useReferenceCodes ( )

프로퍼티 상세

$handler 보호되어 있는 프로퍼티

instance under test
protected AbstractRenderingExceptionHandler,Neos\Fusion\Fixtures $handler
리턴 Neos\Fusion\Fixtures\AbstractRenderingExceptionHandler