‪TYPO3CMS  11.5
TYPO3\CMS\Fluid\Tests\Functional\ViewHelpers\CObjectViewHelperTest Class Reference
Inheritance diagram for TYPO3\CMS\Fluid\Tests\Functional\ViewHelpers\CObjectViewHelperTest:
TYPO3\CMS\Core\Tests\Functional\SiteHandling\SiteBasedTestTrait

Public Member Functions

 viewHelperAcceptsDataParameter ()
 
 viewHelperAcceptsChildrenClosureAsData ()
 
 renderThrowsExceptionIfTypoScriptObjectPathDoesNotExist ()
 
 renderThrowsExceptionIfNestedTypoScriptObjectPathDoesNotExist ()
 

Protected Member Functions

 setUp ()
 
 tearDown ()
 
- ‪Protected Member Functions inherited from ‪TYPO3\CMS\Core\Tests\Functional\SiteHandling\SiteBasedTestTrait
 writeSiteConfiguration (string $identifier, array $site=[], array $languages=[], array $errorHandling=[])
 
 mergeSiteConfiguration (string $identifier, array $overrides)
 
array buildSiteConfiguration (int $rootPageId, string $base='')
 
array buildDefaultLanguageConfiguration (string $identifier, string $base)
 
array buildLanguageConfiguration (string $identifier, string $base, array $fallbackIdentifiers=[], string $fallbackType=null)
 
array buildErrorHandlingConfiguration (string $handler, array $codes)
 
mixed resolveLanguagePreset (string $identifier)
 
InternalRequest applyInstructions (InternalRequest $request, AbstractInstruction ... $instructions)
 
AbstractInstruction mergeInstruction (AbstractInstruction $current, AbstractInstruction $other)
 

Protected Attributes

const LANGUAGE_PRESETS = []
 

Additional Inherited Members

- ‪Static Protected Member Functions inherited from ‪TYPO3\CMS\Core\Tests\Functional\SiteHandling\SiteBasedTestTrait
static failIfArrayIsNotEmpty (array $items)
 

Detailed Description

Test case

Definition at line 29 of file CObjectViewHelperTest.php.

Member Function Documentation

◆ renderThrowsExceptionIfNestedTypoScriptObjectPathDoesNotExist()

TYPO3\CMS\Fluid\Tests\Functional\ViewHelpers\CObjectViewHelperTest::renderThrowsExceptionIfNestedTypoScriptObjectPathDoesNotExist ( )
Test:

Definition at line 128 of file CObjectViewHelperTest.php.

◆ renderThrowsExceptionIfTypoScriptObjectPathDoesNotExist()

TYPO3\CMS\Fluid\Tests\Functional\ViewHelpers\CObjectViewHelperTest::renderThrowsExceptionIfTypoScriptObjectPathDoesNotExist ( )
Test:

Definition at line 105 of file CObjectViewHelperTest.php.

◆ setUp()

TYPO3\CMS\Fluid\Tests\Functional\ViewHelpers\CObjectViewHelperTest::setUp ( )
protected

◆ tearDown()

TYPO3\CMS\Fluid\Tests\Functional\ViewHelpers\CObjectViewHelperTest::tearDown ( )
protected

Definition at line 47 of file CObjectViewHelperTest.php.

References $GLOBALS.

◆ viewHelperAcceptsChildrenClosureAsData()

TYPO3\CMS\Fluid\Tests\Functional\ViewHelpers\CObjectViewHelperTest::viewHelperAcceptsChildrenClosureAsData ( )
Test:

Definition at line 81 of file CObjectViewHelperTest.php.

◆ viewHelperAcceptsDataParameter()

TYPO3\CMS\Fluid\Tests\Functional\ViewHelpers\CObjectViewHelperTest::viewHelperAcceptsDataParameter ( )
Test:

Definition at line 57 of file CObjectViewHelperTest.php.

Member Data Documentation

◆ LANGUAGE_PRESETS

const TYPO3\CMS\Fluid\Tests\Functional\ViewHelpers\CObjectViewHelperTest::LANGUAGE_PRESETS = []
protected

Definition at line 32 of file CObjectViewHelperTest.php.