‪TYPO3CMS  11.5
TYPO3\CMS\Frontend\Tests\Unit\ContentObject\Exception\ProductionExceptionHandlerTest Class Reference
Inheritance diagram for TYPO3\CMS\Frontend\Tests\Unit\ContentObject\Exception\ProductionExceptionHandlerTest:

Public Member Functions

 relayPropagateResponseException ()
 
 relayImmediateResponseException ()
 
 handleReturnsMessageWithResolvedErrorCode ()
 
 handleReturnsCustomErrorMessageWithResolvedErrorCode ()
 
 handleReturnsCustomErrorMessageWithResolvedErrorCodeForLegacyPlaceholder ()
 

Protected Member Functions

 setUp ()
 

Protected Attributes

 $resetSingletonInstances = true
 
ProductionExceptionHandler $subject
 

Detailed Description

Test case

Definition at line 34 of file ProductionExceptionHandlerTest.php.

Member Function Documentation

◆ handleReturnsCustomErrorMessageWithResolvedErrorCode()

TYPO3\CMS\Frontend\Tests\Unit\ContentObject\Exception\ProductionExceptionHandlerTest::handleReturnsCustomErrorMessageWithResolvedErrorCode ( )
Test:

Definition at line 104 of file ProductionExceptionHandlerTest.php.

◆ handleReturnsCustomErrorMessageWithResolvedErrorCodeForLegacyPlaceholder()

TYPO3\CMS\Frontend\Tests\Unit\ContentObject\Exception\ProductionExceptionHandlerTest::handleReturnsCustomErrorMessageWithResolvedErrorCodeForLegacyPlaceholder ( )
Test:

Definition at line 130 of file ProductionExceptionHandlerTest.php.

◆ handleReturnsMessageWithResolvedErrorCode()

TYPO3\CMS\Frontend\Tests\Unit\ContentObject\Exception\ProductionExceptionHandlerTest::handleReturnsMessageWithResolvedErrorCode ( )
Test:

Definition at line 81 of file ProductionExceptionHandlerTest.php.

◆ relayImmediateResponseException()

TYPO3\CMS\Frontend\Tests\Unit\ContentObject\Exception\ProductionExceptionHandlerTest::relayImmediateResponseException ( )
Test:

Definition at line 67 of file ProductionExceptionHandlerTest.php.

◆ relayPropagateResponseException()

TYPO3\CMS\Frontend\Tests\Unit\ContentObject\Exception\ProductionExceptionHandlerTest::relayPropagateResponseException ( )
Test:

Definition at line 53 of file ProductionExceptionHandlerTest.php.

◆ setUp()

TYPO3\CMS\Frontend\Tests\Unit\ContentObject\Exception\ProductionExceptionHandlerTest::setUp ( )
protected

Sets up this test case.

Definition at line 44 of file ProductionExceptionHandlerTest.php.

Member Data Documentation

◆ $resetSingletonInstances

TYPO3\CMS\Frontend\Tests\Unit\ContentObject\Exception\ProductionExceptionHandlerTest::$resetSingletonInstances = true
protected

Definition at line 37 of file ProductionExceptionHandlerTest.php.

◆ $subject

ProductionExceptionHandler TYPO3\CMS\Frontend\Tests\Unit\ContentObject\Exception\ProductionExceptionHandlerTest::$subject
protected

Definition at line 39 of file ProductionExceptionHandlerTest.php.