‪TYPO3CMS  ‪main
TYPO3\CMS\Core\Tests\Unit\Error\ProductionExceptionHandlerTest Class Reference
Inheritance diagram for TYPO3\CMS\Core\Tests\Unit\Error\ProductionExceptionHandlerTest:

Public Member Functions

 echoExceptionWebEscapesExceptionMessage ()
 
 echoExceptionWebEscapesExceptionTitle ()
 
 logEntriesContainAnonymousTokens (string $originalUrl, string $expectedUrl)
 

Static Public Member Functions

static exampleUrlsForTokenAnonymization ()
 

Protected Member Functions

 setUp ()
 
 tearDown ()
 

Protected Attributes

bool $resetSingletonInstances = true
 
ProductionExceptionHandler &MockObject $subject
 

Detailed Description

Definition at line 31 of file ProductionExceptionHandlerTest.php.

Member Function Documentation

◆ echoExceptionWebEscapesExceptionMessage()

TYPO3\CMS\Core\Tests\Unit\Error\ProductionExceptionHandlerTest::echoExceptionWebEscapesExceptionMessage ( )

Definition at line 58 of file ProductionExceptionHandlerTest.php.

References $output.

◆ echoExceptionWebEscapesExceptionTitle()

TYPO3\CMS\Core\Tests\Unit\Error\ProductionExceptionHandlerTest::echoExceptionWebEscapesExceptionTitle ( )

Definition at line 74 of file ProductionExceptionHandlerTest.php.

References $output.

◆ exampleUrlsForTokenAnonymization()

static TYPO3\CMS\Core\Tests\Unit\Error\ProductionExceptionHandlerTest::exampleUrlsForTokenAnonymization ( )
static

Definition at line 90 of file ProductionExceptionHandlerTest.php.

◆ logEntriesContainAnonymousTokens()

TYPO3\CMS\Core\Tests\Unit\Error\ProductionExceptionHandlerTest::logEntriesContainAnonymousTokens ( string  $originalUrl,
string  $expectedUrl 
)

◆ setUp()

TYPO3\CMS\Core\Tests\Unit\Error\ProductionExceptionHandlerTest::setUp ( )
protected

Definition at line 36 of file ProductionExceptionHandlerTest.php.

◆ tearDown()

TYPO3\CMS\Core\Tests\Unit\Error\ProductionExceptionHandlerTest::tearDown ( )
protected

Definition at line 46 of file ProductionExceptionHandlerTest.php.

Member Data Documentation

◆ $resetSingletonInstances

bool TYPO3\CMS\Core\Tests\Unit\Error\ProductionExceptionHandlerTest::$resetSingletonInstances = true
protected

Definition at line 33 of file ProductionExceptionHandlerTest.php.

◆ $subject

ProductionExceptionHandler& MockObject TYPO3\CMS\Core\Tests\Unit\Error\ProductionExceptionHandlerTest::$subject
protected