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

Public Member Functions

 extractHyperLinksDoesNotReturnNonExistingLocalPath ()
 
 extractHyperLinksReturnsCorrectFileUsingT3Vars ()
 
 extractHyperLinksRecurnsCorrectPathWithBaseUrl ()
 
 extractHyperLinksFindsCorrectPathWithAbsolutePath ()
 
 extractHyperLinksFindsCorrectPathForPathWithinTypo3Directory ()
 
 extractHyperLinksFindsCorrectPathUsingAbsRefPrefix ()
 
 extractBaseHrefExtractsBaseHref ()
 

Protected Member Functions

 setUp ()
 

Protected Attributes

 $subject = null
 

Detailed Description

This class contains unit tests for the indexer

Definition at line 20 of file IndexerTest.php.

Member Function Documentation

extractBaseHrefExtractsBaseHref ( )
Test:

Definition at line 116 of file IndexerTest.php.

extractHyperLinksDoesNotReturnNonExistingLocalPath ( )
Test:

Definition at line 40 of file IndexerTest.php.

extractHyperLinksFindsCorrectPathForPathWithinTypo3Directory ( )
Test:

Definition at line 90 of file IndexerTest.php.

extractHyperLinksFindsCorrectPathUsingAbsRefPrefix ( )
Test:

Definition at line 102 of file IndexerTest.php.

References $GLOBALS.

extractHyperLinksFindsCorrectPathWithAbsolutePath ( )
Test:

Definition at line 79 of file IndexerTest.php.

extractHyperLinksRecurnsCorrectPathWithBaseUrl ( )
Test:

Definition at line 67 of file IndexerTest.php.

extractHyperLinksReturnsCorrectFileUsingT3Vars ( )
Test:

Definition at line 51 of file IndexerTest.php.

References $GLOBALS, and GeneralUtility\shortMD5().

setUp ( )
protected

Sets up the test

Definition at line 32 of file IndexerTest.php.

Member Data Documentation

$subject = null
protected

Definition at line 27 of file IndexerTest.php.