‪TYPO3CMS  ‪main
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

array $coreExtensionsToLoad
 

Detailed Description

Definition at line 25 of file IndexerTest.php.

Member Function Documentation

◆ indexerBuildsCorrectWordIndexWhenIndexingWordsTwice()

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

Definition at line 107 of file IndexerTest.php.

◆ indexerDoesNotFailForWordsWithPhashCollision()

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

Definition at line 67 of file IndexerTest.php.

◆ indexerIndexesLoremIpsumContent()

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

Definition at line 32 of file IndexerTest.php.

Member Data Documentation

◆ $coreExtensionsToLoad

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

Definition at line 27 of file IndexerTest.php.