‪TYPO3CMS  11.5
TYPO3\CMS\Fluid\Tests\Functional\ViewHelpers\Format\HtmlentitiesDecodeViewHelperTest Class Reference
Inheritance diagram for TYPO3\CMS\Fluid\Tests\Functional\ViewHelpers\Format\HtmlentitiesDecodeViewHelperTest:

Public Member Functions

 renderUsesValueAsSourceIfSpecified ()
 
 renderUsesChildnodesAsSourceIfSpecified ()
 
 renderDoesNotModifyValueIfItDoesNotContainSpecialCharacters ()
 
 renderDecodesSimpleString ()
 
 renderRespectsKeepQuoteArgument ()
 
 renderRespectsEncodingArgument ()
 

Protected Attributes

bool $initializeDatabase = false
 

Detailed Description

Definition at line 23 of file HtmlentitiesDecodeViewHelperTest.php.

Member Function Documentation

◆ renderDecodesSimpleString()

TYPO3\CMS\Fluid\Tests\Functional\ViewHelpers\Format\HtmlentitiesDecodeViewHelperTest::renderDecodesSimpleString ( )
Test:

Definition at line 63 of file HtmlentitiesDecodeViewHelperTest.php.

◆ renderDoesNotModifyValueIfItDoesNotContainSpecialCharacters()

TYPO3\CMS\Fluid\Tests\Functional\ViewHelpers\Format\HtmlentitiesDecodeViewHelperTest::renderDoesNotModifyValueIfItDoesNotContainSpecialCharacters ( )
Test:

Definition at line 52 of file HtmlentitiesDecodeViewHelperTest.php.

◆ renderRespectsEncodingArgument()

TYPO3\CMS\Fluid\Tests\Functional\ViewHelpers\Format\HtmlentitiesDecodeViewHelperTest::renderRespectsEncodingArgument ( )
Test:

Definition at line 87 of file HtmlentitiesDecodeViewHelperTest.php.

◆ renderRespectsKeepQuoteArgument()

TYPO3\CMS\Fluid\Tests\Functional\ViewHelpers\Format\HtmlentitiesDecodeViewHelperTest::renderRespectsKeepQuoteArgument ( )
Test:

Definition at line 75 of file HtmlentitiesDecodeViewHelperTest.php.

◆ renderUsesChildnodesAsSourceIfSpecified()

TYPO3\CMS\Fluid\Tests\Functional\ViewHelpers\Format\HtmlentitiesDecodeViewHelperTest::renderUsesChildnodesAsSourceIfSpecified ( )
Test:

Definition at line 42 of file HtmlentitiesDecodeViewHelperTest.php.

◆ renderUsesValueAsSourceIfSpecified()

TYPO3\CMS\Fluid\Tests\Functional\ViewHelpers\Format\HtmlentitiesDecodeViewHelperTest::renderUsesValueAsSourceIfSpecified ( )
Test:

Definition at line 32 of file HtmlentitiesDecodeViewHelperTest.php.

Member Data Documentation

◆ $initializeDatabase

bool TYPO3\CMS\Fluid\Tests\Functional\ViewHelpers\Format\HtmlentitiesDecodeViewHelperTest::$initializeDatabase = false
protected

Speed up this test case, it needs no database

Definition at line 27 of file HtmlentitiesDecodeViewHelperTest.php.