‪TYPO3CMS  ‪main
TYPO3\CMS\Core\Tests\Functional\DataScenarios\ManyToMany\AbstractActionWorkspacesTestCase Class Reference
Inheritance diagram for TYPO3\CMS\Core\Tests\Functional\DataScenarios\ManyToMany\AbstractActionWorkspacesTestCase:
TYPO3\CMS\Core\Tests\Functional\DataScenarios\ManyToMany\AbstractActionTestCase TYPO3\CMS\Core\Tests\Functional\DataScenarios\AbstractDataHandlerActionTestCase TYPO3\CMS\Core\Tests\Functional\SiteHandling\SiteBasedTestTrait TYPO3\CMS\Core\Log\LogDataTrait TYPO3\CMS\Core\Tests\Functional\DataScenarios\ManyToMany\WorkspacesDiscard\ActionTest TYPO3\CMS\Core\Tests\Functional\DataScenarios\ManyToMany\WorkspacesModify\ActionTest TYPO3\CMS\Core\Tests\Functional\DataScenarios\ManyToMany\WorkspacesPublish\ActionTest TYPO3\CMS\Core\Tests\Functional\DataScenarios\ManyToMany\WorkspacesPublishAll\ActionTest

Public Member Functions

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

Protected Attributes

const VALUE_CategoryIdLast = 31
 
const VALUE_WorkspaceId = 1
 
const SCENARIO_DataSet = __DIR__ . '/DataSet/ImportDefaultWorkspaces.csv'
 
array $coreExtensionsToLoad = ['workspaces']
 
- ‪Protected Attributes inherited from ‪TYPO3\CMS\Core\Tests\Functional\DataScenarios\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'
 
const SCENARIO_DataSet = __DIR__ . '/DataSet/ImportDefault.csv'
 
- ‪Protected Attributes inherited from ‪TYPO3\CMS\Core\Tests\Functional\DataScenarios\AbstractDataHandlerActionTestCase
const VALUE_BackendUserId = 1
 
const VALUE_WorkspaceId = 0
 
int $expectedErrorLogEntries = 0
 
array $recordIds = []
 
ActionService $actionService
 
BackendUserAuthentication $backendUser
 
const LANGUAGE_PRESETS
 

Additional Inherited Members

- ‪Protected Member Functions inherited from ‪TYPO3\CMS\Core\Tests\Functional\DataScenarios\ManyToMany\AbstractActionTestCase
 setUp ()
 
- ‪Protected Member Functions inherited from ‪TYPO3\CMS\Core\Tests\Functional\DataScenarios\AbstractDataHandlerActionTestCase
 tearDown ()
 
 setWorkspaceId (int $workspaceId)
 
- ‪Protected Member Functions inherited from ‪TYPO3\CMS\Core\Log\LogDataTrait
 unserializeLogData (mixed $logData)
 
 formatLogDetails (string $detailString, mixed $substitutes)
 
- ‪Protected Member Functions inherited from ‪TYPO3\CMS\Core\Tests\Functional\SiteHandling\SiteBasedTestTrait
 writeSiteConfiguration (string $identifier, array $site=[], array $languages=[], array $errorHandling=[])
 
 mergeSiteConfiguration (string $identifier, array $overrides)
 
 buildSiteConfiguration (int $rootPageId, string $base='')
 
 buildDefaultLanguageConfiguration (string $identifier, string $base)
 
 buildLanguageConfiguration (string $identifier, string $base, array $fallbackIdentifiers=[], string $fallbackType=null)
 
 buildErrorHandlingConfiguration (string $handler, array $codes)
 
mixed resolveLanguagePreset (string $identifier)
 
 applyInstructions (InternalRequest $request, AbstractInstruction ... $instructions)
 
 mergeInstruction (AbstractInstruction $current, AbstractInstruction $other)
 
- ‪Static Protected Member Functions inherited from ‪TYPO3\CMS\Core\Log\LogDataTrait
static formatLogDetailsStatic (string $detailString, array $substitutes)
 
- ‪Static Protected Member Functions inherited from ‪TYPO3\CMS\Core\Tests\Functional\SiteHandling\SiteBasedTestTrait
static failIfArrayIsNotEmpty (array $items)
 

Detailed Description

Definition at line 20 of file AbstractActionWorkspacesTestCase.php.

Member Function Documentation

◆ createCategoryAndAddRelation()

◆ createCategoryAndCreateRelation()

◆ createCategoryWithContentAndAddRelation()

◆ createContentAndAddRelation()

◆ createContentAndCreateRelation()

◆ createContentWithCategoryAndAddRelation()

Member Data Documentation

◆ $coreExtensionsToLoad

array TYPO3\CMS\Core\Tests\Functional\DataScenarios\ManyToMany\AbstractActionWorkspacesTestCase::$coreExtensionsToLoad = ['workspaces']
protected

Definition at line 27 of file AbstractActionWorkspacesTestCase.php.

◆ SCENARIO_DataSet

const TYPO3\CMS\Core\Tests\Functional\DataScenarios\ManyToMany\AbstractActionWorkspacesTestCase::SCENARIO_DataSet = __DIR__ . '/DataSet/ImportDefaultWorkspaces.csv'
protected

Definition at line 25 of file AbstractActionWorkspacesTestCase.php.

◆ VALUE_CategoryIdLast

const TYPO3\CMS\Core\Tests\Functional\DataScenarios\ManyToMany\AbstractActionWorkspacesTestCase::VALUE_CategoryIdLast = 31
protected

Definition at line 22 of file AbstractActionWorkspacesTestCase.php.

◆ VALUE_WorkspaceId

const TYPO3\CMS\Core\Tests\Functional\DataScenarios\ManyToMany\AbstractActionWorkspacesTestCase::VALUE_WorkspaceId = 1
protected

Definition at line 23 of file AbstractActionWorkspacesTestCase.php.