‪TYPO3CMS  10.4
TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\ManyToMany\AbstractActionTestCase Class Reference
Inheritance diagram for TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\ManyToMany\AbstractActionTestCase:
TYPO3\CMS\Core\Tests\Functional\DataHandling\ManyToMany\AbstractActionTestCase TYPO3\CMS\Core\Tests\Functional\DataHandling\AbstractDataHandlerActionTestCase TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\ManyToMany\Discard\ActionTest TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\ManyToMany\Modify\ActionTest TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\ManyToMany\Publish\ActionTest TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\ManyToMany\PublishAll\ActionTest

Public Member Functions

 createContentAndAddRelation ()
 
 createCategoryAndAddRelation ()
 
 createContentAndCreateRelation ()
 
 createCategoryAndCreateRelation ()
 
 createContentWithCategoryAndAddRelation ()
 
 createCategoryWithContentAndAddRelation ()
 
- ‪Public Member Functions inherited from ‪TYPO3\CMS\Core\Tests\Functional\DataHandling\ManyToMany\AbstractActionTestCase
 addCategoryRelation ()
 
 deleteCategoryRelation ()
 
 changeCategoryRelationSorting ()
 
 modifyCategoryOfRelation ()
 
 modifyContentOfRelation ()
 
 modifyBothsOfRelation ()
 
 deleteContentOfRelation ()
 
 deleteCategoryOfRelation ()
 
 copyContentOfRelation ()
 
 copyCategoryOfRelation ()
 
 copyContentToLanguageOfRelation ()
 
 copyCategoryToLanguageOfRelation ()
 
 localizeContentOfRelation ()
 
 localizeContentOfRelationWithLanguageSynchronization ()
 
 localizeContentOfRelationAndAddCategoryWithLanguageSynchronization ()
 
 localizeContentChainOfRelationAndAddCategoryWithLanguageSynchronization ()
 
 localizeCategoryOfRelation ()
 
 moveContentOfRelationToDifferentPage ()
 
 copyPage ()
 

Public Attributes

const VALUE_CategoryIdLast = 31
 
const VALUE_WorkspaceId = 1
 
- ‪Public Attributes inherited from ‪TYPO3\CMS\Core\Tests\Functional\DataHandling\ManyToMany\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_CategoryIdFirst = 28
 
const VALUE_CategoryIdSecond = 29
 
const VALUE_CategoryIdThird = 30
 
const VALUE_CategoryIdFourth = 31
 
const TABLE_Page = 'pages'
 
const TABLE_Content = 'tt_content'
 
const TABLE_Category = 'sys_category'
 
const TABLE_ContentCategory_ManyToMany = 'sys_category_record_mm'
 
const FIELD_Categories = 'categories'
 
- ‪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/ManyToMany/DataSet/'
 
array $coreExtensionsToLoad
 
- ‪Protected Attributes inherited from ‪TYPO3\CMS\Core\Tests\Functional\DataHandling\ManyToMany\AbstractActionTestCase
string $scenarioDataSetDirectory = 'typo3/sysext/core/Tests/Functional/DataHandling/ManyToMany/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
 

Detailed Description

Functional test for the DataHandler

Definition at line 21 of file AbstractActionTestCase.php.

Member Function Documentation

◆ createCategoryAndAddRelation()

◆ createCategoryAndCreateRelation()

◆ createCategoryWithContentAndAddRelation()

◆ createContentAndAddRelation()

◆ createContentAndCreateRelation()

◆ createContentWithCategoryAndAddRelation()

◆ setUp()

Member Data Documentation

◆ $coreExtensionsToLoad

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

Definition at line 32 of file AbstractActionTestCase.php.

◆ $scenarioDataSetDirectory

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

Definition at line 28 of file AbstractActionTestCase.php.

◆ VALUE_CategoryIdLast

const TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\ManyToMany\AbstractActionTestCase::VALUE_CategoryIdLast = 31

Definition at line 23 of file AbstractActionTestCase.php.

◆ VALUE_WorkspaceId

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

Definition at line 24 of file AbstractActionTestCase.php.