‪TYPO3CMS  9.5
TYPO3\CMS\Frontend\Tests\UnitDeprecated\Controller\TypoScriptFrontendControllerTest Class Reference
Inheritance diagram for TYPO3\CMS\Frontend\Tests\UnitDeprecated\Controller\TypoScriptFrontendControllerTest:

Public Member Functions

array domainNameMatchesCurrentRequestDataProvider ()
 
 domainNameMatchesCurrentRequest ($currentDomain, $domainRecord, $scriptName, $expectedResult)
 

Protected Member Functions

 setUp ()
 

Protected Attributes

PHPUnit_Framework_MockObject_MockObject TYPO3 TestingFramework Core AccessibleObjectInterface TypoScriptFrontendController $subject
 

Detailed Description

Test case

Definition at line 24 of file TypoScriptFrontendControllerTest.php.

Member Function Documentation

◆ domainNameMatchesCurrentRequest()

TYPO3\CMS\Frontend\Tests\UnitDeprecated\Controller\TypoScriptFrontendControllerTest::domainNameMatchesCurrentRequest (   $currentDomain,
  $domainRecord,
  $scriptName,
  $expectedResult 
)
Parameters
string$currentDomain
string$domainRecord
string$scriptName
bool$expectedResult
Test:
‪@dataProvider domainNameMatchesCurrentRequestDataProvider

Definition at line 87 of file TypoScriptFrontendControllerTest.php.

◆ domainNameMatchesCurrentRequestDataProvider()

array TYPO3\CMS\Frontend\Tests\UnitDeprecated\Controller\TypoScriptFrontendControllerTest::domainNameMatchesCurrentRequestDataProvider ( )

Tests concerning domainNameMatchesCurrentRequest

Returns
‪array

Definition at line 43 of file TypoScriptFrontendControllerTest.php.

◆ setUp()

TYPO3\CMS\Frontend\Tests\UnitDeprecated\Controller\TypoScriptFrontendControllerTest::setUp ( )
protected

Definition at line 30 of file TypoScriptFrontendControllerTest.php.

Member Data Documentation

◆ $subject

PHPUnit_Framework_MockObject_MockObject TYPO3 TestingFramework Core AccessibleObjectInterface TypoScriptFrontendController TYPO3\CMS\Frontend\Tests\UnitDeprecated\Controller\TypoScriptFrontendControllerTest::$subject
protected

Definition at line 28 of file TypoScriptFrontendControllerTest.php.