PHP Класс Neos\Fusion\Tests\Unit\Core\ExceptionHandlers\AbstractRenderingExceptionHandlerTest

Наследование: extends Neos\Flow\Tests\UnitTestCase
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$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