‪TYPO3CMS  11.5
TYPO3\CMS\IndexedSearch\Tests\Functional\IndexerTest Class Reference
Inheritance diagram for TYPO3\CMS\IndexedSearch\Tests\Functional\IndexerTest:

Public Member Functions

 indexerIndexesLoremIpsumContent ()
 
 indexerDoesNotFailForWordsWithPhashCollision ()
 
 indexerBuildsCorrectWordIndexWhenIndexingWordsTwice ()
 

Protected Attributes

 $coreExtensionsToLoad
 

Detailed Description

Definition at line 24 of file IndexerTest.php.

Member Function Documentation

◆ indexerBuildsCorrectWordIndexWhenIndexingWordsTwice()

TYPO3\CMS\IndexedSearch\Tests\Functional\IndexerTest::indexerBuildsCorrectWordIndexWhenIndexingWordsTwice ( )
Test:

Definition at line 115 of file IndexerTest.php.

◆ indexerDoesNotFailForWordsWithPhashCollision()

TYPO3\CMS\IndexedSearch\Tests\Functional\IndexerTest::indexerDoesNotFailForWordsWithPhashCollision ( )
Test:

Definition at line 72 of file IndexerTest.php.

◆ indexerIndexesLoremIpsumContent()

TYPO3\CMS\IndexedSearch\Tests\Functional\IndexerTest::indexerIndexesLoremIpsumContent ( )
Test:

Definition at line 33 of file IndexerTest.php.

Member Data Documentation

◆ $coreExtensionsToLoad

TYPO3\CMS\IndexedSearch\Tests\Functional\IndexerTest::$coreExtensionsToLoad
protected
Initial value:
= array(
'indexed_search',
)

Definition at line 26 of file IndexerTest.php.