‪TYPO3CMS  9.5
TYPO3\CMS\Fluid\Tests\Unit\Core\Rendering\RenderingContextTest Class Reference
Inheritance diagram for TYPO3\CMS\Fluid\Tests\Unit\Core\Rendering\RenderingContextTest:

Public Member Functions

 setControllerContextWithSubpackageKeySetsExpectedControllerContext ()
 
 templateVariableContainerCanBeReadCorrectly ()
 
 controllerContextCanBeReadCorrectly ()
 
 viewHelperVariableContainerCanBeReadCorrectly ()
 
 setControllerActionProcessesInputCorrectly ($input, $expected)
 
array getControllerActionTestValues ()
 

Protected Member Functions

 setUp ()
 

Protected Attributes

TYPO3Fluid Fluid Core Rendering RenderingContextInterface $renderingContext
 

Detailed Description

Test case

Definition at line 27 of file RenderingContextTest.php.

Member Function Documentation

◆ controllerContextCanBeReadCorrectly()

TYPO3\CMS\Fluid\Tests\Unit\Core\Rendering\RenderingContextTest::controllerContextCanBeReadCorrectly ( )
Test:

Definition at line 74 of file RenderingContextTest.php.

◆ getControllerActionTestValues()

array TYPO3\CMS\Fluid\Tests\Unit\Core\Rendering\RenderingContextTest::getControllerActionTestValues ( )
Returns
‪array

Definition at line 117 of file RenderingContextTest.php.

◆ setControllerActionProcessesInputCorrectly()

TYPO3\CMS\Fluid\Tests\Unit\Core\Rendering\RenderingContextTest::setControllerActionProcessesInputCorrectly (   $input,
  $expected 
)
Test:
‪@dataProvider getControllerActionTestValues
Parameters
string$input
string$expected

Definition at line 101 of file RenderingContextTest.php.

◆ setControllerContextWithSubpackageKeySetsExpectedControllerContext()

TYPO3\CMS\Fluid\Tests\Unit\Core\Rendering\RenderingContextTest::setControllerContextWithSubpackageKeySetsExpectedControllerContext ( )

◆ setUp()

TYPO3\CMS\Fluid\Tests\Unit\Core\Rendering\RenderingContextTest::setUp ( )
protected

Definition at line 35 of file RenderingContextTest.php.

◆ templateVariableContainerCanBeReadCorrectly()

TYPO3\CMS\Fluid\Tests\Unit\Core\Rendering\RenderingContextTest::templateVariableContainerCanBeReadCorrectly ( )
Test:

Definition at line 64 of file RenderingContextTest.php.

◆ viewHelperVariableContainerCanBeReadCorrectly()

TYPO3\CMS\Fluid\Tests\Unit\Core\Rendering\RenderingContextTest::viewHelperVariableContainerCanBeReadCorrectly ( )
Test:

Definition at line 88 of file RenderingContextTest.php.

Member Data Documentation

◆ $renderingContext

TYPO3Fluid Fluid Core Rendering RenderingContextInterface TYPO3\CMS\Fluid\Tests\Unit\Core\Rendering\RenderingContextTest::$renderingContext
protected