PHP Class Neos\Fusion\Tests\Unit\Core\ExceptionHandlers\AbstractRenderingExceptionHandlerTest

Inheritance: extends Neos\Flow\Tests\UnitTestCase
Afficher le fichier Open project: neos/neos-development-collection

Protected Properties

Свойство Type Description
$handler Neos\Fusion\Fixtures\AbstractRenderingExceptionHandler instance under test

Méthodes publiques

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

Méthodes protégées

Méthode Description
setUp ( ) Sets up this test case

Method Details

handleExceptions() public méthode

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

neverHandleSecurityException() public méthode

SecurityException are rethrown

neverHandleStopActionException() public méthode

StopActionException are rethrown

setUp() protected méthode

Sets up this test case
protected setUp ( )

unpackRuntimeException() public méthode

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

useReferenceCodes() public méthode

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

Property Details

$handler protected_oe property

instance under test
protected AbstractRenderingExceptionHandler,Neos\Fusion\Fixtures $handler
Résultat Neos\Fusion\Fixtures\AbstractRenderingExceptionHandler