TYPO3  7.6
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
TypoScriptFrontendControllerTest Class Reference
Inheritance diagram for TypoScriptFrontendControllerTest:

Public Member Functions

 headerAndFooterMarkersAreReplacedDuringIntProcessing ()
 
 INTincScript_processCallback ()
 
 localizationReturnsUnchangedStringIfNotLocallangLabel ()
 
 getSysDomainCacheDataProvider ()
 
 getSysDomainCacheReturnsCurrentDomainRecord ($currentDomain)
 
 getSysDomainCacheReturnsForcedDomainRecord ($currentDomain)
 
 domainNameMatchesCurrentRequestDataProvider ()
 
 domainNameMatchesCurrentRequest ($currentDomain, $domainRecord, $scriptName, $expectedResult)
 

Protected Member Functions

 setUp ()
 

Protected Attributes

 $subject
 

Detailed Description

Testcase for TYPO3

Definition at line 26 of file Unit/Controller/TypoScriptFrontendControllerTest.php.

Member Function Documentation

domainNameMatchesCurrentRequest (   $currentDomain,
  $domainRecord,
  $scriptName,
  $expectedResult 
)
Parameters
string$currentDomain
string$domainRecord
string$scriptName
bool$expectedResult
Test:
domainNameMatchesCurrentRequestDataProvider

Definition at line 252 of file Unit/Controller/TypoScriptFrontendControllerTest.php.

domainNameMatchesCurrentRequestDataProvider ( )

Tests concerning domainNameMatchesCurrentRequest

Returns
array

Definition at line 208 of file Unit/Controller/TypoScriptFrontendControllerTest.php.

getSysDomainCacheDataProvider ( )

Tests concerning getSysDomainCache

Returns
array

Definition at line 112 of file Unit/Controller/TypoScriptFrontendControllerTest.php.

getSysDomainCacheReturnsCurrentDomainRecord (   $currentDomain)
Parameters
string$currentDomain
Test:
getSysDomainCacheDataProvider

Definition at line 132 of file Unit/Controller/TypoScriptFrontendControllerTest.php.

References $GLOBALS, and GeneralUtility\makeInstance().

getSysDomainCacheReturnsForcedDomainRecord (   $currentDomain)
Parameters
string$currentDomain
Test:
getSysDomainCacheDataProvider

Definition at line 169 of file Unit/Controller/TypoScriptFrontendControllerTest.php.

References $GLOBALS, and GeneralUtility\makeInstance().

headerAndFooterMarkersAreReplacedDuringIntProcessing ( )

Tests concerning rendering content

Test:

Definition at line 51 of file Unit/Controller/TypoScriptFrontendControllerTest.php.

References $GLOBALS.

INTincScript_processCallback ( )

This is the callback that mimics a USER_INT extension

Definition at line 62 of file Unit/Controller/TypoScriptFrontendControllerTest.php.

References $GLOBALS.

localizationReturnsUnchangedStringIfNotLocallangLabel ( )

Tests concerning sL

Test:

Definition at line 99 of file Unit/Controller/TypoScriptFrontendControllerTest.php.

setUp ( )
protected

Member Data Documentation

$subject
protected