‪TYPO3CMS  ‪main
TYPO3\CMS\Install\Tests\Functional\Updates\IndexedSearchCTypeMigrationTest Class Reference
Inheritance diagram for TYPO3\CMS\Install\Tests\Functional\Updates\IndexedSearchCTypeMigrationTest:

Public Member Functions

 contentElementsAndBackendUserGroupsUpdated ()
 
 backendUserGroupsNotUpdated ()
 

Protected Attributes

const TABLE_CONTENT = 'tt_content'
 
const TABLE_BACKEND_USER_GROUPS = 'be_groups'
 
string $baseDataSet = __DIR__ . '/Fixtures/IndexedSearchBase.csv'
 
string $fullMigrationResultDataSet = __DIR__ . '/Fixtures/IndexedSearchMigrated.csv'
 
string $partiallyMigrationResultDataSet = __DIR__ . '/Fixtures/IndexedSearchPartiallyMigrated.csv'
 

Detailed Description

Definition at line 27 of file IndexedSearchCTypeMigrationTest.php.

Member Function Documentation

◆ backendUserGroupsNotUpdated()

TYPO3\CMS\Install\Tests\Functional\Updates\IndexedSearchCTypeMigrationTest::backendUserGroupsNotUpdated ( )

Definition at line 59 of file IndexedSearchCTypeMigrationTest.php.

◆ contentElementsAndBackendUserGroupsUpdated()

TYPO3\CMS\Install\Tests\Functional\Updates\IndexedSearchCTypeMigrationTest::contentElementsAndBackendUserGroupsUpdated ( )

Definition at line 37 of file IndexedSearchCTypeMigrationTest.php.

Member Data Documentation

◆ $baseDataSet

string TYPO3\CMS\Install\Tests\Functional\Updates\IndexedSearchCTypeMigrationTest::$baseDataSet = __DIR__ . '/Fixtures/IndexedSearchBase.csv'
protected

Definition at line 32 of file IndexedSearchCTypeMigrationTest.php.

◆ $fullMigrationResultDataSet

string TYPO3\CMS\Install\Tests\Functional\Updates\IndexedSearchCTypeMigrationTest::$fullMigrationResultDataSet = __DIR__ . '/Fixtures/IndexedSearchMigrated.csv'
protected

Definition at line 33 of file IndexedSearchCTypeMigrationTest.php.

◆ $partiallyMigrationResultDataSet

string TYPO3\CMS\Install\Tests\Functional\Updates\IndexedSearchCTypeMigrationTest::$partiallyMigrationResultDataSet = __DIR__ . '/Fixtures/IndexedSearchPartiallyMigrated.csv'
protected

Definition at line 34 of file IndexedSearchCTypeMigrationTest.php.

◆ TABLE_BACKEND_USER_GROUPS

const TYPO3\CMS\Install\Tests\Functional\Updates\IndexedSearchCTypeMigrationTest::TABLE_BACKEND_USER_GROUPS = 'be_groups'
protected

Definition at line 30 of file IndexedSearchCTypeMigrationTest.php.

◆ TABLE_CONTENT

const TYPO3\CMS\Install\Tests\Functional\Updates\IndexedSearchCTypeMigrationTest::TABLE_CONTENT = 'tt_content'
protected

Definition at line 29 of file IndexedSearchCTypeMigrationTest.php.