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

Public Member Functions

 verifyCleanReferenceIndex ()
 
 addElementRelation ()
 
 deleteElementRelation ()
 
 changeElementSorting ()
 
 changeElementRelationSorting ()
 
 createContentAndAddElementRelation ()
 
 createContentAndCreateElementRelationAndDiscardElement ()
 
 createContentAndCreateElementRelationAndDiscardContent ()
 
 modifyElementOfRelation ()
 
 modifyContentOfRelation ()
 
 modifyBothSidesOfRelation ()
 
 deleteContentOfRelation ()
 
 deleteElementOfRelation ()
 
 copyContentOfRelation ()
 
 copyElementOfRelation ()
 
 localizeContentOfRelation ()
 
 localizeElementOfRelation ()
 
 moveContentOfRelationToDifferentPage ()
 
 localizeContentOfRelationWithLocalizeReferencesAtParentLocalization ()
 
- ‪Public Member Functions inherited from ‪TYPO3\CMS\Core\Tests\Functional\DataHandling\Group\AbstractActionTestCase
 createContentAndCreateElementRelation ()
 
 copyContentToLanguageOfRelation ()
 
 copyElementToLanguageOfRelation ()
 
 localizeContentOfRelationWithLanguageSynchronization ()
 
 localizeContentChainOfRelationWithLanguageSynchronizationSource ()
 

Additional Inherited Members

- ‪Protected Member Functions inherited from ‪TYPO3\CMS\Core\Tests\Functional\DataHandling\Group\AbstractActionTestCase
 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)
 
- ‪Static Protected Member Functions inherited from ‪TYPO3\CMS\Core\Log\LogDataTrait
static formatLogDetailsStatic (string $detailString, array $substitutes)
 
- ‪Protected Attributes inherited from ‪TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\Group\AbstractActionTestCase
const VALUE_WorkspaceId = 1
 
const SCENARIO_DataSet = __DIR__ . '/DataSet/ImportDefault.csv'
 
 $coreExtensionsToLoad = array( 'workspaces' )
 
- ‪Protected Attributes inherited from ‪TYPO3\CMS\Core\Tests\Functional\DataHandling\Group\AbstractActionTestCase
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
 

Detailed Description

Functional test for the DataHandler

Definition at line 25 of file ActionTest.php.

Member Function Documentation

◆ addElementRelation()

TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\Group\Discard\ActionTest::addElementRelation ( )

◆ changeElementRelationSorting()

TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\Group\Discard\ActionTest::changeElementRelationSorting ( )

◆ changeElementSorting()

TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\Group\Discard\ActionTest::changeElementSorting ( )

◆ copyContentOfRelation()

TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\Group\Discard\ActionTest::copyContentOfRelation ( )

◆ copyElementOfRelation()

TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\Group\Discard\ActionTest::copyElementOfRelation ( )

◆ createContentAndAddElementRelation()

TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\Group\Discard\ActionTest::createContentAndAddElementRelation ( )

◆ createContentAndCreateElementRelationAndDiscardContent()

TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\Group\Discard\ActionTest::createContentAndCreateElementRelationAndDiscardContent ( )
Test:
‪Special discard case for createContentAndCreateElementRelation from Modify

Definition at line 101 of file ActionTest.php.

References TYPO3\CMS\Core\Tests\Functional\DataHandling\Group\AbstractActionTestCase\createContentAndCreateElementRelation().

◆ createContentAndCreateElementRelationAndDiscardElement()

TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\Group\Discard\ActionTest::createContentAndCreateElementRelationAndDiscardElement ( )
Test:
‪Special discard case of createContentAndCreateElementRelation from Modify

Definition at line 90 of file ActionTest.php.

References TYPO3\CMS\Core\Tests\Functional\DataHandling\Group\AbstractActionTestCase\createContentAndCreateElementRelation().

◆ deleteContentOfRelation()

TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\Group\Discard\ActionTest::deleteContentOfRelation ( )

◆ deleteElementOfRelation()

TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\Group\Discard\ActionTest::deleteElementOfRelation ( )

◆ deleteElementRelation()

TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\Group\Discard\ActionTest::deleteElementRelation ( )

◆ localizeContentOfRelation()

TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\Group\Discard\ActionTest::localizeContentOfRelation ( )

◆ localizeContentOfRelationWithLocalizeReferencesAtParentLocalization()

TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\Group\Discard\ActionTest::localizeContentOfRelationWithLocalizeReferencesAtParentLocalization ( )

◆ localizeElementOfRelation()

TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\Group\Discard\ActionTest::localizeElementOfRelation ( )

◆ modifyBothSidesOfRelation()

TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\Group\Discard\ActionTest::modifyBothSidesOfRelation ( )

◆ modifyContentOfRelation()

TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\Group\Discard\ActionTest::modifyContentOfRelation ( )

◆ modifyElementOfRelation()

TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\Group\Discard\ActionTest::modifyElementOfRelation ( )

◆ moveContentOfRelationToDifferentPage()

TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\Group\Discard\ActionTest::moveContentOfRelationToDifferentPage ( )

◆ verifyCleanReferenceIndex()

TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\Group\Discard\ActionTest::verifyCleanReferenceIndex ( )
Test:

Definition at line 30 of file ActionTest.php.