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

Public Member Functions

 doSearchReturnsLoremIpsumResults ()
 
 doSearchProperlyQuotesSearchWord ()
 
 doSearchReturnsLurimIpasomResultsWithMetaphoneSearch ()
 

Protected Member Functions

 setUp ()
 

Protected Attributes

 $coreExtensionsToLoad
 

Private Member Functions

 getSearchRepository ($searchType=1)
 

Detailed Description

Definition at line 27 of file IndexSearchRepositoryTest.php.

Member Function Documentation

◆ doSearchProperlyQuotesSearchWord()

TYPO3\CMS\IndexedSearch\Tests\Functional\IndexSearchRepositoryTest::doSearchProperlyQuotesSearchWord ( )

◆ doSearchReturnsLoremIpsumResults()

TYPO3\CMS\IndexedSearch\Tests\Functional\IndexSearchRepositoryTest::doSearchReturnsLoremIpsumResults ( )

◆ doSearchReturnsLurimIpasomResultsWithMetaphoneSearch()

TYPO3\CMS\IndexedSearch\Tests\Functional\IndexSearchRepositoryTest::doSearchReturnsLurimIpasomResultsWithMetaphoneSearch ( )

◆ getSearchRepository()

◆ setUp()

TYPO3\CMS\IndexedSearch\Tests\Functional\IndexSearchRepositoryTest::setUp ( )
protected

Indexes a "Lorem Ipsum"-page and adds a UserAspect to the context providing a "grlist" used in

See also
IndexSearchRepository::$frontendUserGroupList.

Definition at line 38 of file IndexSearchRepositoryTest.php.

Member Data Documentation

◆ $coreExtensionsToLoad

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

Definition at line 29 of file IndexSearchRepositoryTest.php.