‪TYPO3CMS  ‪main
TYPO3\CMS\Core\Tests\Functional\Database\ReferenceIndexTest Class Reference
Inheritance diagram for TYPO3\CMS\Core\Tests\Functional\Database\ReferenceIndexTest:

Public Member Functions

 updateIndexRemovesRecordsOfNotExistingWorkspaces ()
 
 updateIndexHandlesSoftrefForDbFieldWithEmailSoftref ()
 
 updateIndexHandlesSoftrefForFlexFieldSheetField ()
 
 updateIndexHandlesSoftrefForFlexFieldContainerElementFields ()
 

Protected Attributes

array $testExtensionsToLoad
 

Detailed Description

Definition at line 24 of file ReferenceIndexTest.php.

Member Function Documentation

◆ updateIndexHandlesSoftrefForDbFieldWithEmailSoftref()

TYPO3\CMS\Core\Tests\Functional\Database\ReferenceIndexTest::updateIndexHandlesSoftrefForDbFieldWithEmailSoftref ( )

Definition at line 41 of file ReferenceIndexTest.php.

◆ updateIndexHandlesSoftrefForFlexFieldContainerElementFields()

TYPO3\CMS\Core\Tests\Functional\Database\ReferenceIndexTest::updateIndexHandlesSoftrefForFlexFieldContainerElementFields ( )

Definition at line 57 of file ReferenceIndexTest.php.

◆ updateIndexHandlesSoftrefForFlexFieldSheetField()

TYPO3\CMS\Core\Tests\Functional\Database\ReferenceIndexTest::updateIndexHandlesSoftrefForFlexFieldSheetField ( )

Definition at line 49 of file ReferenceIndexTest.php.

◆ updateIndexRemovesRecordsOfNotExistingWorkspaces()

TYPO3\CMS\Core\Tests\Functional\Database\ReferenceIndexTest::updateIndexRemovesRecordsOfNotExistingWorkspaces ( )

Definition at line 32 of file ReferenceIndexTest.php.

Member Data Documentation

◆ $testExtensionsToLoad

array TYPO3\CMS\Core\Tests\Functional\Database\ReferenceIndexTest::$testExtensionsToLoad
protected
Initial value:
= [
'typo3/sysext/core/Tests/Functional/Fixtures/Extensions/test_irre_foreignfield',
'typo3/sysext/core/Tests/Functional/Fixtures/Extensions/test_refindex_softref',
]

Definition at line 26 of file ReferenceIndexTest.php.