‪TYPO3CMS  9.5
TYPO3\CMS\Core\Tests\Unit\Database\SoftReferenceIndexTest Class Reference
Inheritance diagram for TYPO3\CMS\Core\Tests\Unit\Database\SoftReferenceIndexTest:

Public Member Functions

 findRefReturnsParsedElementsDataProvider ()
 
 findRefReturnsParsedElements (array $softrefConfiguration, array $expectedElement)
 
 findRefReturnsParsedElementsWithFileDataProvider ()
 
 findRefReturnsParsedElementsWithFile (array $softrefConfiguration, array $expectedElement)
 
 findRefReturnsNullWithFolderDataProvider ()
 
 findRefReturnsNullWithFolder (array $softrefConfiguration)
 
 getTypoLinkPartsThrowExceptionWithPharReferencesDataProvider ()
 
 getTypoLinkPartsThrowExceptionWithPharReferences (string $pharUrl)
 

Protected Attributes

 $resetSingletonInstances = true
 

Detailed Description

Test case

Definition at line 28 of file SoftReferenceIndexTest.php.

Member Function Documentation

◆ findRefReturnsNullWithFolder()

TYPO3\CMS\Core\Tests\Unit\Database\SoftReferenceIndexTest::findRefReturnsNullWithFolder ( array  $softrefConfiguration)
Test:
‪@dataProvider findRefReturnsNullWithFolderDataProvider
Parameters
array$softrefConfiguration

Definition at line 364 of file SoftReferenceIndexTest.php.

◆ findRefReturnsNullWithFolderDataProvider()

TYPO3\CMS\Core\Tests\Unit\Database\SoftReferenceIndexTest::findRefReturnsNullWithFolderDataProvider ( )

Definition at line 336 of file SoftReferenceIndexTest.php.

◆ findRefReturnsParsedElements()

TYPO3\CMS\Core\Tests\Unit\Database\SoftReferenceIndexTest::findRefReturnsParsedElements ( array  $softrefConfiguration,
array  $expectedElement 
)
Test:
‪@dataProvider findRefReturnsParsedElementsDataProvider
Parameters
array$softrefConfiguration
array$expectedElement

Definition at line 193 of file SoftReferenceIndexTest.php.

◆ findRefReturnsParsedElementsDataProvider()

TYPO3\CMS\Core\Tests\Unit\Database\SoftReferenceIndexTest::findRefReturnsParsedElementsDataProvider ( )

Definition at line 32 of file SoftReferenceIndexTest.php.

◆ findRefReturnsParsedElementsWithFile()

TYPO3\CMS\Core\Tests\Unit\Database\SoftReferenceIndexTest::findRefReturnsParsedElementsWithFile ( array  $softrefConfiguration,
array  $expectedElement 
)
Test:
‪@dataProvider findRefReturnsParsedElementsWithFileDataProvider
Parameters
array$softrefConfiguration
array$expectedElement

Definition at line 298 of file SoftReferenceIndexTest.php.

◆ findRefReturnsParsedElementsWithFileDataProvider()

TYPO3\CMS\Core\Tests\Unit\Database\SoftReferenceIndexTest::findRefReturnsParsedElementsWithFileDataProvider ( )

Definition at line 217 of file SoftReferenceIndexTest.php.

◆ getTypoLinkPartsThrowExceptionWithPharReferences()

TYPO3\CMS\Core\Tests\Unit\Database\SoftReferenceIndexTest::getTypoLinkPartsThrowExceptionWithPharReferences ( string  $pharUrl)
Test:
‪@dataProvider getTypoLinkPartsThrowExceptionWithPharReferencesDataProvider

Definition at line 409 of file SoftReferenceIndexTest.php.

◆ getTypoLinkPartsThrowExceptionWithPharReferencesDataProvider()

TYPO3\CMS\Core\Tests\Unit\Database\SoftReferenceIndexTest::getTypoLinkPartsThrowExceptionWithPharReferencesDataProvider ( )

Definition at line 387 of file SoftReferenceIndexTest.php.

Member Data Documentation

◆ $resetSingletonInstances

TYPO3\CMS\Core\Tests\Unit\Database\SoftReferenceIndexTest::$resetSingletonInstances = true
protected

Definition at line 30 of file SoftReferenceIndexTest.php.