‪TYPO3CMS  9.5
TYPO3\CMS\Linkvalidator\Tests\Unit\Linktype\ExternalLinktypeTest Class Reference
Inheritance diagram for TYPO3\CMS\Linkvalidator\Tests\Unit\Linktype\ExternalLinktypeTest:

Public Member Functions

 checkLinkWithExternalUrlNotFoundReturnsFalse ()
 
 checkLinkWithExternalUrlNotFoundResultsNotFoundErrorType ()
 
 preprocessUrlsDataProvider ()
 
 preprocessUrlReturnsCorrectString (string $inputUrl, $expectedResult)
 

Protected Member Functions

 setUp ()
 

Private Member Functions

 buildLanguageServiceProphecy ()
 
 getCookieJarProphecy ()
 
 getRequestHeaderOptions ()
 

Detailed Description

Definition at line 29 of file ExternalLinktypeTest.php.

Member Function Documentation

◆ buildLanguageServiceProphecy()

TYPO3\CMS\Linkvalidator\Tests\Unit\Linktype\ExternalLinktypeTest::buildLanguageServiceProphecy ( )
private

◆ checkLinkWithExternalUrlNotFoundResultsNotFoundErrorType()

TYPO3\CMS\Linkvalidator\Tests\Unit\Linktype\ExternalLinktypeTest::checkLinkWithExternalUrlNotFoundResultsNotFoundErrorType ( )

◆ checkLinkWithExternalUrlNotFoundReturnsFalse()

TYPO3\CMS\Linkvalidator\Tests\Unit\Linktype\ExternalLinktypeTest::checkLinkWithExternalUrlNotFoundReturnsFalse ( )

◆ getCookieJarProphecy()

TYPO3\CMS\Linkvalidator\Tests\Unit\Linktype\ExternalLinktypeTest::getCookieJarProphecy ( )
private

◆ getRequestHeaderOptions()

◆ preprocessUrlReturnsCorrectString()

TYPO3\CMS\Linkvalidator\Tests\Unit\Linktype\ExternalLinktypeTest::preprocessUrlReturnsCorrectString ( string  $inputUrl,
  $expectedResult 
)
Test:
‪@dataProvider preprocessUrlsDataProvider

Definition at line 194 of file ExternalLinktypeTest.php.

◆ preprocessUrlsDataProvider()

TYPO3\CMS\Linkvalidator\Tests\Unit\Linktype\ExternalLinktypeTest::preprocessUrlsDataProvider ( )

Definition at line 129 of file ExternalLinktypeTest.php.

◆ setUp()

TYPO3\CMS\Linkvalidator\Tests\Unit\Linktype\ExternalLinktypeTest::setUp ( )
protected