‪TYPO3CMS  ‪main
TYPO3\CMS\Fluid\Tests\Functional\ViewHelpers\Link\ActionViewHelperTest Class Reference
Inheritance diagram for TYPO3\CMS\Fluid\Tests\Functional\ViewHelpers\Link\ActionViewHelperTest:
TYPO3\CMS\Core\Tests\Functional\SiteHandling\SiteBasedTestTrait

Public Member Functions

 renderThrowsExceptionWithoutARequest ()
 
 renderInFrontendCoreContextThrowsExceptionWithIncompleteArguments ()
 
 renderInBackendCoreContextThrowsExceptionWithIncompleteArguments ()
 
 renderInFrontendWithCoreContextAndAllNecessaryExtbaseArguments (string $template, string $expected, array $frontendTypoScriptConfigArray=[])
 
 renderInFrontendWithExtbaseContext (string $template, string $expected, array $frontendTypoScriptConfigArray=[])
 

Static Public Member Functions

static renderInFrontendWithCoreContextAndAllNecessaryExtbaseArgumentsDataProvider ()
 
static renderInFrontendWithExtbaseContextDataProvider ()
 

Protected Attributes

const LANGUAGE_PRESETS
 
array $configurationToUseInTestInstance
 

Additional Inherited Members

- ‪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)
 
 buildSiteConfiguration (int $rootPageId, string $base='')
 
 buildDefaultLanguageConfiguration (string $identifier, string $base)
 
 buildLanguageConfiguration (string $identifier, string $base, array $fallbackIdentifiers=[], string $fallbackType=null)
 
 buildErrorHandlingConfiguration (string $handler, array $codes)
 
mixed resolveLanguagePreset (string $identifier)
 
 applyInstructions (InternalRequest $request, AbstractInstruction ... $instructions)
 
 mergeInstruction (AbstractInstruction $current, AbstractInstruction $other)
 
- ‪Static Protected Member Functions inherited from ‪TYPO3\CMS\Core\Tests\Functional\SiteHandling\SiteBasedTestTrait
static failIfArrayIsNotEmpty (array $items)
 

Detailed Description

Definition at line 35 of file ActionViewHelperTest.php.

Member Function Documentation

◆ renderInBackendCoreContextThrowsExceptionWithIncompleteArguments()

TYPO3\CMS\Fluid\Tests\Functional\ViewHelpers\Link\ActionViewHelperTest::renderInBackendCoreContextThrowsExceptionWithIncompleteArguments ( )

◆ renderInFrontendCoreContextThrowsExceptionWithIncompleteArguments()

TYPO3\CMS\Fluid\Tests\Functional\ViewHelpers\Link\ActionViewHelperTest::renderInFrontendCoreContextThrowsExceptionWithIncompleteArguments ( )

◆ renderInFrontendWithCoreContextAndAllNecessaryExtbaseArguments()

TYPO3\CMS\Fluid\Tests\Functional\ViewHelpers\Link\ActionViewHelperTest::renderInFrontendWithCoreContextAndAllNecessaryExtbaseArguments ( string  $template,
string  $expected,
array  $frontendTypoScriptConfigArray = [] 
)

◆ renderInFrontendWithCoreContextAndAllNecessaryExtbaseArgumentsDataProvider()

static TYPO3\CMS\Fluid\Tests\Functional\ViewHelpers\Link\ActionViewHelperTest::renderInFrontendWithCoreContextAndAllNecessaryExtbaseArgumentsDataProvider ( )
static

Definition at line 91 of file ActionViewHelperTest.php.

◆ renderInFrontendWithExtbaseContext()

TYPO3\CMS\Fluid\Tests\Functional\ViewHelpers\Link\ActionViewHelperTest::renderInFrontendWithExtbaseContext ( string  $template,
string  $expected,
array  $frontendTypoScriptConfigArray = [] 
)

◆ renderInFrontendWithExtbaseContextDataProvider()

static TYPO3\CMS\Fluid\Tests\Functional\ViewHelpers\Link\ActionViewHelperTest::renderInFrontendWithExtbaseContextDataProvider ( )
static

Definition at line 153 of file ActionViewHelperTest.php.

◆ renderThrowsExceptionWithoutARequest()

TYPO3\CMS\Fluid\Tests\Functional\ViewHelpers\Link\ActionViewHelperTest::renderThrowsExceptionWithoutARequest ( )

Definition at line 53 of file ActionViewHelperTest.php.

Member Data Documentation

◆ $configurationToUseInTestInstance

array TYPO3\CMS\Fluid\Tests\Functional\ViewHelpers\Link\ActionViewHelperTest::$configurationToUseInTestInstance
protected
Initial value:
= [
'FE' => [
'cacheHash' => [
'excludedParameters' => [
'untrusted',
],
],
],
]

Definition at line 42 of file ActionViewHelperTest.php.

◆ LANGUAGE_PRESETS

const TYPO3\CMS\Fluid\Tests\Functional\ViewHelpers\Link\ActionViewHelperTest::LANGUAGE_PRESETS
protected
Initial value:
= [
'EN' => ['id' => 0, 'title' => 'English', 'locale' => 'en_US.UTF8'],
]

Definition at line 38 of file ActionViewHelperTest.php.