‪TYPO3CMS  10.4
TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\Group\AbstractActionTestCase Class Reference
Inheritance diagram for 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\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 Attributes

const VALUE_WorkspaceId = 1
 
- ‪Public 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'
 
- ‪Public Attributes inherited from ‪TYPO3\CMS\Core\Tests\Functional\DataHandling\AbstractDataHandlerActionTestCase
const VALUE_BackendUserId = 1
 

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)
 
ActionService getActionService ()
 
 importScenarioDataSet ($dataSetName)
 
 assertAssertionDataSet ($dataSetName)
 
 assertErrorLogEntries (array $expectedMessages=null)
 
 assertCleanReferenceIndex ()
 
HasRecordConstraint getRequestSectionHasRecordConstraint ()
 
DoesNotHaveRecordConstraint getRequestSectionDoesNotHaveRecordConstraint ()
 
StructureHasRecordConstraint getRequestSectionStructureHasRecordConstraint ()
 
StructureDoesNotHaveRecordConstraint getRequestSectionStructureDoesNotHaveRecordConstraint ()
 

Protected Attributes

string $scenarioDataSetDirectory = 'typo3/sysext/workspaces/Tests/Functional/DataHandling/Group/DataSet/'
 
array $coreExtensionsToLoad
 
- ‪Protected Attributes inherited from ‪TYPO3\CMS\Core\Tests\Functional\DataHandling\Group\AbstractActionTestCase
string $scenarioDataSetDirectory = 'typo3/sysext/core/Tests/Functional/DataHandling/Group/DataSet/'
 
- ‪Protected Attributes inherited from ‪TYPO3\CMS\Core\Tests\Functional\DataHandling\AbstractDataHandlerActionTestCase
bool $assertCleanReferenceIndex = true
 
string $scenarioDataSetDirectory
 
string $assertionDataSetDirectory
 
int null $expectedErrorLogEntries = 0
 
array $testExtensionsToLoad
 
array $pathsToLinkInTestInstance
 
array $recordIds = array( )
 
ActionService $actionService
 
TYPO3 CMS Core Authentication BackendUserAuthentication $backendUser
 
array $siteLanguageConfiguration
 

Additional Inherited Members

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

Detailed Description

Functional test for the DataHandler

Definition at line 21 of file AbstractActionTestCase.php.

Member Function Documentation

◆ setUp()

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

Member Data Documentation

◆ $coreExtensionsToLoad

array TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\Group\AbstractActionTestCase::$coreExtensionsToLoad
protected
Initial value:
= array(
'fluid',
'workspaces',
)

Definition at line 31 of file AbstractActionTestCase.php.

◆ $scenarioDataSetDirectory

string TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\Group\AbstractActionTestCase::$scenarioDataSetDirectory = 'typo3/sysext/workspaces/Tests/Functional/DataHandling/Group/DataSet/'
protected

Definition at line 27 of file AbstractActionTestCase.php.

◆ VALUE_WorkspaceId

const TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\Group\AbstractActionTestCase::VALUE_WorkspaceId = 1

Definition at line 23 of file AbstractActionTestCase.php.