TYPO3 CMS  TYPO3_7-6
TYPO3\CMS\Fluid\Tests\Unit\View\StandaloneViewTest Class Reference
Inheritance diagram for TYPO3\CMS\Fluid\Tests\Unit\View\StandaloneViewTest:
TYPO3\CMS\Core\Tests\UnitTestCase TYPO3\CMS\Core\Tests\BaseTestCase

Public Member Functions

 objectManagerCallback ($className)
 
 constructorSetsSpecifiedContentObject ()
 
 constructorCreatesContentObjectIfItIsNotSpecified ()
 
 constructorSetsRequestUri ()
 
 constructorSetsBaseUri ()
 
 constructorInjectsRequestToUriBuilder ()
 
 constructorInjectsRequestToControllerContext ()
 
 constructorInjectsUriBuilderToControllerContext ()
 
 renderThrowsExceptionIfTemplateIsNotSpecified ()
 
 renderPassesSpecifiedTemplateSourceToTemplateParser ()
 
 renderLoadsSpecifiedTemplateFileAndPassesSourceToTemplateParser ()
 
 renderThrowsExceptionIfSpecifiedTemplateFileDoesNotExist ()
 
 setFormatSetsRequestFormat ()
 
 getLayoutRootPathThrowsExceptionIfLayoutRootPathAndTemplatePathAreNotSpecified ()
 
 getLayoutRootPathsThrowsExceptionIfLayoutRootPathAndTemplatePathAreNotSpecified ()
 
 getLayoutRootPathReturnsSpecifiedLayoutRootPathByDefault ()
 
 getLayoutRootPathsReturnsSpecifiedLayoutRootPathByDefault ()
 
 getLayoutRootPathReturnsDefaultPathIfNoLayoutRootPathIsSpecified ()
 
 getLayoutRootPathsReturnsDefaultPathIfNoLayoutRootPathIsSpecified ()
 
 getLayoutSourceThrowsExceptionIfLayoutRootPathDoesNotExist ()
 
 getLayoutSourceThrowsExceptionIfLayoutRootPathsDoesNotExist ()
 
 getLayoutSourceThrowsExceptionIfLayoutFileDoesNotExist ()
 
 getLayoutSourceReturnsContentOfLayoutFileForTheDefaultFormat ()
 
 getLayoutSourceReturnsContentOfLayoutFileForTheSpecifiedFormat ()
 
 getLayoutSourceReturnsContentOfDefaultLayoutFileIfNoLayoutExistsForTheSpecifiedFormat ()
 
 getPartialRootPathThrowsExceptionIfPartialRootPathAndTemplatePathAreNotSpecified ()
 
 getPartialRootPathReturnsSpecifiedPartialRootPathByDefault ()
 
 getPartialRootPathReturnsDefaultPathIfNoPartialRootPathIsSpecified ()
 
 getPartialSourceThrowsExceptionIfPartialRootPathDoesNotExist ()
 
 getPartialSourceThrowsExceptionIfPartialFileDoesNotExist ()
 
 getPartialSourceReturnsContentOfPartialFileForTheDefaultFormat ()
 
 getPartialSourceReturnsContentOfPartialFileForTheSpecifiedFormat ()
 
 getPartialSourceReturnsContentOfDefaultPartialFileIfNoPartialExistsForTheSpecifiedFormat ()
 
 setPartialRootPathsOverridesValueSetBySetPartialRootPath ()
 
 setLayoutRootPathsOverridesValuesSetBySetLayoutRootPath ()
 
 getLayoutPathAndFilenameRespectsCasingOfLayoutName ()
 
 getLayoutPathAndFilenameFindsUpperCasedLayoutName ()
 
 getLayoutPathAndFilenameResolvesTheSpecificFile ()
 
 getLayoutPathAndFilenameResolvesTheDefaultFile ()
 
 getLayoutPathAndFilenameResolvesTheSpecificFileWithNumericIndices ()
 
 getLayoutPathAndFilenameResolvesTheDefaultFileWithNumericIndices ()
 
 getLayoutPathAndFilenameThrowsExceptionIfNoFileWasFound ()
 
 getPartialPathAndFilenameRespectsCasingOfPartialName ()
 
 getPartialPathAndFilenameFindsUpperCasedPartialName ()
 
 getPartialPathAndFilenameResolvesTheSpecificFile ()
 
 getPartialPathAndFilenameResolvesTheDefaultFile ()
 
 getPartialPathAndFilenameResolvesTheSpecificFileWithNumericIndices ()
 
 getPartialPathAndFilenameResolvesTheDefaultFileWithNumericIndices ()
 
 getPartialPathAndFilenameThrowsExceptionIfNoFileWasFound ()
 
 getPartialPathAndFilenameWalksNumericalIndicesInDescendingOrder ()
 
 getLayoutPathAndFilenameWalksNumericalIndicesInDescendingOrder ()
 
 getPartialPathAndFilenameWalksStringKeysInReversedOrder ()
 
 getLayoutPathAndFilenameWalksStringKeysInReversedOrder ()
 
 setTemplateThrowsExceptionIfNoTemplateRootPathsAreSet ()
 
 setTemplateThrowsExceptionIfSpecifiedTemplateNameDoesNotExist ()
 
 setTemplateRespectsCasingOfTemplateName ()
 
 setTemplateSetsUpperCasedTemplateName ()
 
 setTemplateResolvesTheSpecificTemplateFile ()
 
 setTemplateResolvesTheDefaultTemplateFile ()
 
 setTemplateResolvesTemplateNameWithPath ()
 
 setTemplateResolvesTheSpecificFileWithNumericIndices ()
 
 setTemplateResolvesTheDefaultFileWithNumericIndices ()
 
 setTemplateWalksNumericalIndicesInDescendingOrder ()
 
 setTemplateWalksStringKeysInReversedOrder ()
 

Protected Member Functions

 setUp ()
 
 tearDown ()
 
- Protected Member Functions inherited from TYPO3\CMS\Core\Tests\UnitTestCase
 tearDown ()
 
- Protected Member Functions inherited from TYPO3\CMS\Core\Tests\BaseTestCase
 getAccessibleMock ( $originalClassName, $methods=[], array $arguments=[], $mockClassName='', $callOriginalConstructor=true, $callOriginalClone=true, $callAutoload=true)
 
 getAccessibleMockForAbstractClass ( $originalClassName, array $arguments=[], $mockClassName='', $callOriginalConstructor=true, $callOriginalClone=true, $callAutoload=true, $mockedMethods=[])
 
 buildAccessibleProxy ($className)
 
 callInaccessibleMethod ($object, $name)
 
 inject ($target, $name, $dependency)
 
 getUniqueId ($prefix='')
 

Protected Attributes

 $singletonInstances = []
 
 $view
 
 $mockRenderingContext
 
 $mockViewHelperVariableContainer
 
 $mockControllerContext
 
 $mockTemplateParser
 
 $mockObjectManager
 
 $mockRequest
 
 $mockUriBuilder
 
 $mockParsedTemplate
 
 $mockConfigurationManager
 
 $mockContentObject
 
 $mockTemplateCompiler
 
- Protected Attributes inherited from TYPO3\CMS\Core\Tests\UnitTestCase
 $backupGlobalsBlacklist = ['TYPO3_LOADED_EXT']
 
 $testFilesToDelete = []
 
- Protected Attributes inherited from TYPO3\CMS\Core\Tests\BaseTestCase
 $backupGlobals = true
 
 $backupStaticAttributes = false
 

Detailed Description

Test case

Definition at line 38 of file StandaloneViewTest.php.

Member Function Documentation

◆ constructorCreatesContentObjectIfItIsNotSpecified()

TYPO3\CMS\Fluid\Tests\Unit\View\StandaloneViewTest::constructorCreatesContentObjectIfItIsNotSpecified ( )
Test:

Definition at line 191 of file StandaloneViewTest.php.

◆ constructorInjectsRequestToControllerContext()

TYPO3\CMS\Fluid\Tests\Unit\View\StandaloneViewTest::constructorInjectsRequestToControllerContext ( )
Test:

Definition at line 229 of file StandaloneViewTest.php.

◆ constructorInjectsRequestToUriBuilder()

TYPO3\CMS\Fluid\Tests\Unit\View\StandaloneViewTest::constructorInjectsRequestToUriBuilder ( )
Test:

Definition at line 220 of file StandaloneViewTest.php.

◆ constructorInjectsUriBuilderToControllerContext()

TYPO3\CMS\Fluid\Tests\Unit\View\StandaloneViewTest::constructorInjectsUriBuilderToControllerContext ( )
Test:

Definition at line 238 of file StandaloneViewTest.php.

◆ constructorSetsBaseUri()

TYPO3\CMS\Fluid\Tests\Unit\View\StandaloneViewTest::constructorSetsBaseUri ( )

◆ constructorSetsRequestUri()

TYPO3\CMS\Fluid\Tests\Unit\View\StandaloneViewTest::constructorSetsRequestUri ( )

◆ constructorSetsSpecifiedContentObject()

TYPO3\CMS\Fluid\Tests\Unit\View\StandaloneViewTest::constructorSetsSpecifiedContentObject ( )

◆ getLayoutPathAndFilenameFindsUpperCasedLayoutName()

TYPO3\CMS\Fluid\Tests\Unit\View\StandaloneViewTest::getLayoutPathAndFilenameFindsUpperCasedLayoutName ( )
Test:

Definition at line 576 of file StandaloneViewTest.php.

◆ getLayoutPathAndFilenameResolvesTheDefaultFile()

TYPO3\CMS\Fluid\Tests\Unit\View\StandaloneViewTest::getLayoutPathAndFilenameResolvesTheDefaultFile ( )
Test:

Definition at line 601 of file StandaloneViewTest.php.

◆ getLayoutPathAndFilenameResolvesTheDefaultFileWithNumericIndices()

TYPO3\CMS\Fluid\Tests\Unit\View\StandaloneViewTest::getLayoutPathAndFilenameResolvesTheDefaultFileWithNumericIndices ( )
Test:

Definition at line 630 of file StandaloneViewTest.php.

◆ getLayoutPathAndFilenameResolvesTheSpecificFile()

TYPO3\CMS\Fluid\Tests\Unit\View\StandaloneViewTest::getLayoutPathAndFilenameResolvesTheSpecificFile ( )
Test:

Definition at line 587 of file StandaloneViewTest.php.

◆ getLayoutPathAndFilenameResolvesTheSpecificFileWithNumericIndices()

TYPO3\CMS\Fluid\Tests\Unit\View\StandaloneViewTest::getLayoutPathAndFilenameResolvesTheSpecificFileWithNumericIndices ( )
Test:

Definition at line 615 of file StandaloneViewTest.php.

◆ getLayoutPathAndFilenameRespectsCasingOfLayoutName()

TYPO3\CMS\Fluid\Tests\Unit\View\StandaloneViewTest::getLayoutPathAndFilenameRespectsCasingOfLayoutName ( )
Test:

Definition at line 563 of file StandaloneViewTest.php.

◆ getLayoutPathAndFilenameThrowsExceptionIfNoFileWasFound()

TYPO3\CMS\Fluid\Tests\Unit\View\StandaloneViewTest::getLayoutPathAndFilenameThrowsExceptionIfNoFileWasFound ( )
Test:
1288092555

Definition at line 647 of file StandaloneViewTest.php.

◆ getLayoutPathAndFilenameWalksNumericalIndicesInDescendingOrder()

TYPO3\CMS\Fluid\Tests\Unit\View\StandaloneViewTest::getLayoutPathAndFilenameWalksNumericalIndicesInDescendingOrder ( )
Test:

Definition at line 779 of file StandaloneViewTest.php.

◆ getLayoutPathAndFilenameWalksStringKeysInReversedOrder()

TYPO3\CMS\Fluid\Tests\Unit\View\StandaloneViewTest::getLayoutPathAndFilenameWalksStringKeysInReversedOrder ( )
Test:

Definition at line 819 of file StandaloneViewTest.php.

◆ getLayoutRootPathReturnsDefaultPathIfNoLayoutRootPathIsSpecified()

TYPO3\CMS\Fluid\Tests\Unit\View\StandaloneViewTest::getLayoutRootPathReturnsDefaultPathIfNoLayoutRootPathIsSpecified ( )
Test:

Definition at line 344 of file StandaloneViewTest.php.

◆ getLayoutRootPathReturnsSpecifiedLayoutRootPathByDefault()

TYPO3\CMS\Fluid\Tests\Unit\View\StandaloneViewTest::getLayoutRootPathReturnsSpecifiedLayoutRootPathByDefault ( )
Test:

Definition at line 316 of file StandaloneViewTest.php.

◆ getLayoutRootPathsReturnsDefaultPathIfNoLayoutRootPathIsSpecified()

TYPO3\CMS\Fluid\Tests\Unit\View\StandaloneViewTest::getLayoutRootPathsReturnsDefaultPathIfNoLayoutRootPathIsSpecified ( )
Test:

Definition at line 356 of file StandaloneViewTest.php.

◆ getLayoutRootPathsReturnsSpecifiedLayoutRootPathByDefault()

TYPO3\CMS\Fluid\Tests\Unit\View\StandaloneViewTest::getLayoutRootPathsReturnsSpecifiedLayoutRootPathByDefault ( )
Test:

Definition at line 329 of file StandaloneViewTest.php.

◆ getLayoutRootPathsThrowsExceptionIfLayoutRootPathAndTemplatePathAreNotSpecified()

TYPO3\CMS\Fluid\Tests\Unit\View\StandaloneViewTest::getLayoutRootPathsThrowsExceptionIfLayoutRootPathAndTemplatePathAreNotSpecified ( )
Test:

Definition at line 308 of file StandaloneViewTest.php.

◆ getLayoutRootPathThrowsExceptionIfLayoutRootPathAndTemplatePathAreNotSpecified()

TYPO3\CMS\Fluid\Tests\Unit\View\StandaloneViewTest::getLayoutRootPathThrowsExceptionIfLayoutRootPathAndTemplatePathAreNotSpecified ( )
Test:

Definition at line 299 of file StandaloneViewTest.php.

◆ getLayoutSourceReturnsContentOfDefaultLayoutFileIfNoLayoutExistsForTheSpecifiedFormat()

TYPO3\CMS\Fluid\Tests\Unit\View\StandaloneViewTest::getLayoutSourceReturnsContentOfDefaultLayoutFileIfNoLayoutExistsForTheSpecifiedFormat ( )

◆ getLayoutSourceReturnsContentOfLayoutFileForTheDefaultFormat()

TYPO3\CMS\Fluid\Tests\Unit\View\StandaloneViewTest::getLayoutSourceReturnsContentOfLayoutFileForTheDefaultFormat ( )

◆ getLayoutSourceReturnsContentOfLayoutFileForTheSpecifiedFormat()

TYPO3\CMS\Fluid\Tests\Unit\View\StandaloneViewTest::getLayoutSourceReturnsContentOfLayoutFileForTheSpecifiedFormat ( )

◆ getLayoutSourceThrowsExceptionIfLayoutFileDoesNotExist()

TYPO3\CMS\Fluid\Tests\Unit\View\StandaloneViewTest::getLayoutSourceThrowsExceptionIfLayoutFileDoesNotExist ( )
Test:

Definition at line 389 of file StandaloneViewTest.php.

◆ getLayoutSourceThrowsExceptionIfLayoutRootPathDoesNotExist()

TYPO3\CMS\Fluid\Tests\Unit\View\StandaloneViewTest::getLayoutSourceThrowsExceptionIfLayoutRootPathDoesNotExist ( )
Test:

Definition at line 369 of file StandaloneViewTest.php.

◆ getLayoutSourceThrowsExceptionIfLayoutRootPathsDoesNotExist()

TYPO3\CMS\Fluid\Tests\Unit\View\StandaloneViewTest::getLayoutSourceThrowsExceptionIfLayoutRootPathsDoesNotExist ( )
Test:

Definition at line 379 of file StandaloneViewTest.php.

◆ getPartialPathAndFilenameFindsUpperCasedPartialName()

TYPO3\CMS\Fluid\Tests\Unit\View\StandaloneViewTest::getPartialPathAndFilenameFindsUpperCasedPartialName ( )
Test:

Definition at line 674 of file StandaloneViewTest.php.

◆ getPartialPathAndFilenameResolvesTheDefaultFile()

TYPO3\CMS\Fluid\Tests\Unit\View\StandaloneViewTest::getPartialPathAndFilenameResolvesTheDefaultFile ( )
Test:

Definition at line 699 of file StandaloneViewTest.php.

◆ getPartialPathAndFilenameResolvesTheDefaultFileWithNumericIndices()

TYPO3\CMS\Fluid\Tests\Unit\View\StandaloneViewTest::getPartialPathAndFilenameResolvesTheDefaultFileWithNumericIndices ( )
Test:

Definition at line 728 of file StandaloneViewTest.php.

◆ getPartialPathAndFilenameResolvesTheSpecificFile()

TYPO3\CMS\Fluid\Tests\Unit\View\StandaloneViewTest::getPartialPathAndFilenameResolvesTheSpecificFile ( )
Test:

Definition at line 685 of file StandaloneViewTest.php.

◆ getPartialPathAndFilenameResolvesTheSpecificFileWithNumericIndices()

TYPO3\CMS\Fluid\Tests\Unit\View\StandaloneViewTest::getPartialPathAndFilenameResolvesTheSpecificFileWithNumericIndices ( )
Test:

Definition at line 713 of file StandaloneViewTest.php.

◆ getPartialPathAndFilenameRespectsCasingOfPartialName()

TYPO3\CMS\Fluid\Tests\Unit\View\StandaloneViewTest::getPartialPathAndFilenameRespectsCasingOfPartialName ( )
Test:

Definition at line 661 of file StandaloneViewTest.php.

◆ getPartialPathAndFilenameThrowsExceptionIfNoFileWasFound()

TYPO3\CMS\Fluid\Tests\Unit\View\StandaloneViewTest::getPartialPathAndFilenameThrowsExceptionIfNoFileWasFound ( )
Test:
1288092556

Definition at line 745 of file StandaloneViewTest.php.

◆ getPartialPathAndFilenameWalksNumericalIndicesInDescendingOrder()

TYPO3\CMS\Fluid\Tests\Unit\View\StandaloneViewTest::getPartialPathAndFilenameWalksNumericalIndicesInDescendingOrder ( )
Test:

Definition at line 759 of file StandaloneViewTest.php.

◆ getPartialPathAndFilenameWalksStringKeysInReversedOrder()

TYPO3\CMS\Fluid\Tests\Unit\View\StandaloneViewTest::getPartialPathAndFilenameWalksStringKeysInReversedOrder ( )
Test:

Definition at line 799 of file StandaloneViewTest.php.

◆ getPartialRootPathReturnsDefaultPathIfNoPartialRootPathIsSpecified()

TYPO3\CMS\Fluid\Tests\Unit\View\StandaloneViewTest::getPartialRootPathReturnsDefaultPathIfNoPartialRootPathIsSpecified ( )
Test:

Definition at line 464 of file StandaloneViewTest.php.

◆ getPartialRootPathReturnsSpecifiedPartialRootPathByDefault()

TYPO3\CMS\Fluid\Tests\Unit\View\StandaloneViewTest::getPartialRootPathReturnsSpecifiedPartialRootPathByDefault ( )
Test:

Definition at line 451 of file StandaloneViewTest.php.

◆ getPartialRootPathThrowsExceptionIfPartialRootPathAndTemplatePathAreNotSpecified()

TYPO3\CMS\Fluid\Tests\Unit\View\StandaloneViewTest::getPartialRootPathThrowsExceptionIfPartialRootPathAndTemplatePathAreNotSpecified ( )
Test:

Definition at line 443 of file StandaloneViewTest.php.

◆ getPartialSourceReturnsContentOfDefaultPartialFileIfNoPartialExistsForTheSpecifiedFormat()

TYPO3\CMS\Fluid\Tests\Unit\View\StandaloneViewTest::getPartialSourceReturnsContentOfDefaultPartialFileIfNoPartialExistsForTheSpecifiedFormat ( )
Test:

Definition at line 525 of file StandaloneViewTest.php.

◆ getPartialSourceReturnsContentOfPartialFileForTheDefaultFormat()

TYPO3\CMS\Fluid\Tests\Unit\View\StandaloneViewTest::getPartialSourceReturnsContentOfPartialFileForTheDefaultFormat ( )
Test:

Definition at line 497 of file StandaloneViewTest.php.

◆ getPartialSourceReturnsContentOfPartialFileForTheSpecifiedFormat()

TYPO3\CMS\Fluid\Tests\Unit\View\StandaloneViewTest::getPartialSourceReturnsContentOfPartialFileForTheSpecifiedFormat ( )
Test:

Definition at line 511 of file StandaloneViewTest.php.

◆ getPartialSourceThrowsExceptionIfPartialFileDoesNotExist()

TYPO3\CMS\Fluid\Tests\Unit\View\StandaloneViewTest::getPartialSourceThrowsExceptionIfPartialFileDoesNotExist ( )
Test:

Definition at line 487 of file StandaloneViewTest.php.

◆ getPartialSourceThrowsExceptionIfPartialRootPathDoesNotExist()

TYPO3\CMS\Fluid\Tests\Unit\View\StandaloneViewTest::getPartialSourceThrowsExceptionIfPartialRootPathDoesNotExist ( )
Test:

Definition at line 477 of file StandaloneViewTest.php.

◆ objectManagerCallback()

◆ renderLoadsSpecifiedTemplateFileAndPassesSourceToTemplateParser()

TYPO3\CMS\Fluid\Tests\Unit\View\StandaloneViewTest::renderLoadsSpecifiedTemplateFileAndPassesSourceToTemplateParser ( )

◆ renderPassesSpecifiedTemplateSourceToTemplateParser()

TYPO3\CMS\Fluid\Tests\Unit\View\StandaloneViewTest::renderPassesSpecifiedTemplateSourceToTemplateParser ( )
Test:

Definition at line 256 of file StandaloneViewTest.php.

◆ renderThrowsExceptionIfSpecifiedTemplateFileDoesNotExist()

TYPO3\CMS\Fluid\Tests\Unit\View\StandaloneViewTest::renderThrowsExceptionIfSpecifiedTemplateFileDoesNotExist ( )
Test:

Definition at line 280 of file StandaloneViewTest.php.

◆ renderThrowsExceptionIfTemplateIsNotSpecified()

TYPO3\CMS\Fluid\Tests\Unit\View\StandaloneViewTest::renderThrowsExceptionIfTemplateIsNotSpecified ( )
Test:

Definition at line 248 of file StandaloneViewTest.php.

◆ setFormatSetsRequestFormat()

TYPO3\CMS\Fluid\Tests\Unit\View\StandaloneViewTest::setFormatSetsRequestFormat ( )
Test:

Definition at line 289 of file StandaloneViewTest.php.

◆ setLayoutRootPathsOverridesValuesSetBySetLayoutRootPath()

TYPO3\CMS\Fluid\Tests\Unit\View\StandaloneViewTest::setLayoutRootPathsOverridesValuesSetBySetLayoutRootPath ( )
Test:

Definition at line 551 of file StandaloneViewTest.php.

◆ setPartialRootPathsOverridesValueSetBySetPartialRootPath()

TYPO3\CMS\Fluid\Tests\Unit\View\StandaloneViewTest::setPartialRootPathsOverridesValueSetBySetPartialRootPath ( )
Test:

Definition at line 539 of file StandaloneViewTest.php.

◆ setTemplateResolvesTemplateNameWithPath()

TYPO3\CMS\Fluid\Tests\Unit\View\StandaloneViewTest::setTemplateResolvesTemplateNameWithPath ( )
Test:

Definition at line 918 of file StandaloneViewTest.php.

◆ setTemplateResolvesTheDefaultFileWithNumericIndices()

TYPO3\CMS\Fluid\Tests\Unit\View\StandaloneViewTest::setTemplateResolvesTheDefaultFileWithNumericIndices ( )
Test:

Definition at line 949 of file StandaloneViewTest.php.

◆ setTemplateResolvesTheDefaultTemplateFile()

TYPO3\CMS\Fluid\Tests\Unit\View\StandaloneViewTest::setTemplateResolvesTheDefaultTemplateFile ( )
Test:

Definition at line 902 of file StandaloneViewTest.php.

◆ setTemplateResolvesTheSpecificFileWithNumericIndices()

TYPO3\CMS\Fluid\Tests\Unit\View\StandaloneViewTest::setTemplateResolvesTheSpecificFileWithNumericIndices ( )
Test:

Definition at line 933 of file StandaloneViewTest.php.

◆ setTemplateResolvesTheSpecificTemplateFile()

TYPO3\CMS\Fluid\Tests\Unit\View\StandaloneViewTest::setTemplateResolvesTheSpecificTemplateFile ( )
Test:

Definition at line 887 of file StandaloneViewTest.php.

◆ setTemplateRespectsCasingOfTemplateName()

TYPO3\CMS\Fluid\Tests\Unit\View\StandaloneViewTest::setTemplateRespectsCasingOfTemplateName ( )
Test:

Definition at line 860 of file StandaloneViewTest.php.

◆ setTemplateSetsUpperCasedTemplateName()

TYPO3\CMS\Fluid\Tests\Unit\View\StandaloneViewTest::setTemplateSetsUpperCasedTemplateName ( )
Test:

Definition at line 875 of file StandaloneViewTest.php.

◆ setTemplateThrowsExceptionIfNoTemplateRootPathsAreSet()

TYPO3\CMS\Fluid\Tests\Unit\View\StandaloneViewTest::setTemplateThrowsExceptionIfNoTemplateRootPathsAreSet ( )
Test:

Definition at line 840 of file StandaloneViewTest.php.

◆ setTemplateThrowsExceptionIfSpecifiedTemplateNameDoesNotExist()

TYPO3\CMS\Fluid\Tests\Unit\View\StandaloneViewTest::setTemplateThrowsExceptionIfSpecifiedTemplateNameDoesNotExist ( )
Test:

Definition at line 849 of file StandaloneViewTest.php.

◆ setTemplateWalksNumericalIndicesInDescendingOrder()

TYPO3\CMS\Fluid\Tests\Unit\View\StandaloneViewTest::setTemplateWalksNumericalIndicesInDescendingOrder ( )
Test:

Definition at line 965 of file StandaloneViewTest.php.

◆ setTemplateWalksStringKeysInReversedOrder()

TYPO3\CMS\Fluid\Tests\Unit\View\StandaloneViewTest::setTemplateWalksStringKeysInReversedOrder ( )
Test:

Definition at line 986 of file StandaloneViewTest.php.

◆ setUp()

◆ tearDown()

TYPO3\CMS\Fluid\Tests\Unit\View\StandaloneViewTest::tearDown ( )
protected

Member Data Documentation

◆ $mockConfigurationManager

TYPO3\CMS\Fluid\Tests\Unit\View\StandaloneViewTest::$mockConfigurationManager
protected

◆ $mockContentObject

TYPO3\CMS\Fluid\Tests\Unit\View\StandaloneViewTest::$mockContentObject
protected

◆ $mockControllerContext

TYPO3\CMS\Fluid\Tests\Unit\View\StandaloneViewTest::$mockControllerContext
protected

◆ $mockObjectManager

TYPO3\CMS\Fluid\Tests\Unit\View\StandaloneViewTest::$mockObjectManager
protected

Definition at line 73 of file StandaloneViewTest.php.

◆ $mockParsedTemplate

TYPO3\CMS\Fluid\Tests\Unit\View\StandaloneViewTest::$mockParsedTemplate
protected

Definition at line 88 of file StandaloneViewTest.php.

◆ $mockRenderingContext

TYPO3\CMS\Fluid\Tests\Unit\View\StandaloneViewTest::$mockRenderingContext
protected

◆ $mockRequest

TYPO3\CMS\Fluid\Tests\Unit\View\StandaloneViewTest::$mockRequest
protected

◆ $mockTemplateCompiler

TYPO3\CMS\Fluid\Tests\Unit\View\StandaloneViewTest::$mockTemplateCompiler
protected

◆ $mockTemplateParser

TYPO3\CMS\Fluid\Tests\Unit\View\StandaloneViewTest::$mockTemplateParser
protected

◆ $mockUriBuilder

TYPO3\CMS\Fluid\Tests\Unit\View\StandaloneViewTest::$mockUriBuilder
protected

◆ $mockViewHelperVariableContainer

TYPO3\CMS\Fluid\Tests\Unit\View\StandaloneViewTest::$mockViewHelperVariableContainer
protected

Definition at line 58 of file StandaloneViewTest.php.

◆ $singletonInstances

TYPO3\CMS\Fluid\Tests\Unit\View\StandaloneViewTest::$singletonInstances = []
protected

Definition at line 43 of file StandaloneViewTest.php.

◆ $view

TYPO3\CMS\Fluid\Tests\Unit\View\StandaloneViewTest::$view
protected

Definition at line 48 of file StandaloneViewTest.php.