‪TYPO3CMS  11.5
TYPO3\CMS\Core\Tests\Functional\DataHandling\Group\AbstractActionTestCase Class Reference
Inheritance diagram for TYPO3\CMS\Core\Tests\Functional\DataHandling\Group\AbstractActionTestCase:
TYPO3\CMS\Core\Tests\Functional\DataHandling\AbstractDataHandlerActionTestCase TYPO3\CMS\Core\Log\LogDataTrait TYPO3\CMS\Core\Tests\Functional\DataHandling\Group\Modify\ActionTest TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\Group\AbstractActionTestCase TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\Group\Discard\ActionTest TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\Group\Modify\ActionTest TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\Group\Publish\ActionTest TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\Group\PublishAll\ActionTest

Public Member Functions

 addElementRelation ()
 
 deleteElementRelation ()
 
 changeElementSorting ()
 
 changeElementRelationSorting ()
 
 createContentAndAddElementRelation ()
 
 createContentAndCreateElementRelation ()
 
 modifyElementOfRelation ()
 
 modifyContentOfRelation ()
 
 modifyBothSidesOfRelation ()
 
 deleteContentOfRelation ()
 
 deleteElementOfRelation ()
 
 copyContentOfRelation ()
 
 copyElementOfRelation ()
 
 copyContentToLanguageOfRelation ()
 
 copyElementToLanguageOfRelation ()
 
 localizeContentOfRelation ()
 
 localizeContentOfRelationWithLanguageSynchronization ()
 
 localizeContentChainOfRelationWithLanguageSynchronizationSource ()
 
 localizeContentOfRelationWithLocalizeReferencesAtParentLocalization ()
 
 localizeElementOfRelation ()
 
 moveContentOfRelationToDifferentPage ()
 

Protected Member Functions

 setUp ()
 
- ‪Protected Member Functions inherited from ‪TYPO3\CMS\Core\Tests\Functional\DataHandling\AbstractDataHandlerActionTestCase
 tearDown ()
 
 setUpFrontendSite (int $pageId, array $additionalLanguages=[])
 
 setWorkspaceId (int $workspaceId)
 
 assertErrorLogEntries (array $expectedMessages=null)
 
 assertCleanReferenceIndex ()
 
HasRecordConstraint getRequestSectionHasRecordConstraint ()
 
DoesNotHaveRecordConstraint getRequestSectionDoesNotHaveRecordConstraint ()
 
StructureHasRecordConstraint getRequestSectionStructureHasRecordConstraint ()
 
StructureDoesNotHaveRecordConstraint getRequestSectionStructureDoesNotHaveRecordConstraint ()
 
- ‪Protected Member Functions inherited from ‪TYPO3\CMS\Core\Log\LogDataTrait
array null unserializeLogData ($logData)
 
string formatLogDetails (string $detailString, $substitutes)
 

Protected Attributes

const VALUE_PageId = 89
 
const VALUE_PageIdTarget = 90
 
const VALUE_ContentIdFirst = 297
 
const VALUE_ContentIdLast = 298
 
const VALUE_LanguageId = 1
 
const VALUE_LanguageIdSecond = 2
 
const VALUE_ElementIdFirst = 1
 
const VALUE_ElementIdSecond = 2
 
const VALUE_ElementIdThird = 3
 
const TABLE_Content = 'tt_content'
 
const TABLE_Element = 'tx_testdatahandler_element'
 
const FIELD_ContentElement = 'tx_testdatahandler_group'
 
const SCENARIO_DataSet = __DIR__ . '/DataSet/ImportDefault.csv'
 
 $testExtensionsToLoad
 
- ‪Protected Attributes inherited from ‪TYPO3\CMS\Core\Tests\Functional\DataHandling\AbstractDataHandlerActionTestCase
const VALUE_BackendUserId = 1
 
const VALUE_WorkspaceId = 0
 
int null $expectedErrorLogEntries = 0
 
 $configurationToUseInTestInstance
 
array $recordIds = array( )
 
ActionService $actionService
 
BackendUserAuthentication $backendUser
 
array $siteLanguageConfiguration
 

Additional Inherited Members

- ‪Static Protected Member Functions inherited from ‪TYPO3\CMS\Core\Log\LogDataTrait
static formatLogDetailsStatic (string $detailString, array $substitutes)
 

Detailed Description

Functional test for the DataHandler

Definition at line 25 of file AbstractActionTestCase.php.

Member Function Documentation

◆ addElementRelation()

◆ changeElementRelationSorting()

◆ changeElementSorting()

◆ copyContentOfRelation()

◆ copyContentToLanguageOfRelation()

TYPO3\CMS\Core\Tests\Functional\DataHandling\Group\AbstractActionTestCase::copyContentToLanguageOfRelation ( )

◆ copyElementOfRelation()

◆ copyElementToLanguageOfRelation()

TYPO3\CMS\Core\Tests\Functional\DataHandling\Group\AbstractActionTestCase::copyElementToLanguageOfRelation ( )

◆ createContentAndAddElementRelation()

◆ createContentAndCreateElementRelation()

◆ deleteContentOfRelation()

◆ deleteElementOfRelation()

◆ deleteElementRelation()

◆ localizeContentChainOfRelationWithLanguageSynchronizationSource()

◆ localizeContentOfRelation()

◆ localizeContentOfRelationWithLanguageSynchronization()

◆ localizeContentOfRelationWithLocalizeReferencesAtParentLocalization()

◆ localizeElementOfRelation()

◆ modifyBothSidesOfRelation()

◆ modifyContentOfRelation()

◆ modifyElementOfRelation()

◆ moveContentOfRelationToDifferentPage()

◆ setUp()

TYPO3\CMS\Core\Tests\Functional\DataHandling\Group\AbstractActionTestCase::setUp ( )
protected

Member Data Documentation

◆ $testExtensionsToLoad

TYPO3\CMS\Core\Tests\Functional\DataHandling\Group\AbstractActionTestCase::$testExtensionsToLoad
protected
Initial value:
= array(
'typo3/sysext/core/Tests/Functional/Fixtures/Extensions/irre_tutorial',
'typo3/sysext/core/Tests/Functional/Fixtures/Extensions/test_datahandler',
)

Definition at line 44 of file AbstractActionTestCase.php.

◆ FIELD_ContentElement

◆ SCENARIO_DataSet

const TYPO3\CMS\Core\Tests\Functional\DataHandling\Group\AbstractActionTestCase::SCENARIO_DataSet = __DIR__ . '/DataSet/ImportDefault.csv'
protected

Definition at line 42 of file AbstractActionTestCase.php.

◆ TABLE_Content

◆ TABLE_Element

◆ VALUE_ContentIdFirst

const TYPO3\CMS\Core\Tests\Functional\DataHandling\Group\AbstractActionTestCase::VALUE_ContentIdFirst = 297
protected

Definition at line 29 of file AbstractActionTestCase.php.

◆ VALUE_ContentIdLast

◆ VALUE_ElementIdFirst

◆ VALUE_ElementIdSecond

const TYPO3\CMS\Core\Tests\Functional\DataHandling\Group\AbstractActionTestCase::VALUE_ElementIdSecond = 2
protected

Definition at line 34 of file AbstractActionTestCase.php.

◆ VALUE_ElementIdThird

const TYPO3\CMS\Core\Tests\Functional\DataHandling\Group\AbstractActionTestCase::VALUE_ElementIdThird = 3
protected

Definition at line 35 of file AbstractActionTestCase.php.

◆ VALUE_LanguageId

const TYPO3\CMS\Core\Tests\Functional\DataHandling\Group\AbstractActionTestCase::VALUE_LanguageId = 1
protected

◆ VALUE_LanguageIdSecond

const TYPO3\CMS\Core\Tests\Functional\DataHandling\Group\AbstractActionTestCase::VALUE_LanguageIdSecond = 2
protected

Definition at line 32 of file AbstractActionTestCase.php.

◆ VALUE_PageId

const TYPO3\CMS\Core\Tests\Functional\DataHandling\Group\AbstractActionTestCase::VALUE_PageId = 89
protected

Definition at line 27 of file AbstractActionTestCase.php.

◆ VALUE_PageIdTarget

const TYPO3\CMS\Core\Tests\Functional\DataHandling\Group\AbstractActionTestCase::VALUE_PageIdTarget = 90
protected

Definition at line 28 of file AbstractActionTestCase.php.