‪TYPO3CMS  ‪main
TYPO3\CMS\Core\Tests\Functional\DataScenarios\ManyToMany\AbstractActionTestCase Class Reference
Inheritance diagram for 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\AbstractActionWorkspacesTestCase TYPO3\CMS\Core\Tests\Functional\DataScenarios\ManyToMany\Modify\ActionTest 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

 addCategoryRelation ()
 
 createCategoryAndAddRelation ()
 
 deleteCategoryRelation ()
 
 changeCategoryRelationSorting ()
 
 modifyCategoryOfRelation ()
 
 modifyContentOfRelation ()
 
 modifyBothsOfRelation ()
 
 deleteContentOfRelation ()
 
 deleteCategoryOfRelation ()
 
 copyContentOfRelation ()
 
 copyCategoryOfRelation ()
 
 copyContentToLanguageOfRelation ()
 
 copyCategoryToLanguageOfRelation ()
 
 localizeContentOfRelation ()
 
 localizeContentOfRelationWithLanguageSynchronization ()
 
 localizeContentOfRelationWithLanguageExclude ()
 
 localizeContentOfRelationAndAddCategoryWithLanguageSynchronization ()
 
 localizeContentChainOfRelationAndAddCategoryWithLanguageSynchronization ()
 
 localizeCategoryOfRelation ()
 
 moveContentOfRelationToDifferentPage ()
 
 copyPage ()
 

Protected Member Functions

 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)
 

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_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

- ‪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 23 of file AbstractActionTestCase.php.

Member Function Documentation

◆ addCategoryRelation()

◆ changeCategoryRelationSorting()

◆ copyCategoryOfRelation()

◆ copyCategoryToLanguageOfRelation()

◆ copyContentOfRelation()

◆ copyContentToLanguageOfRelation()

◆ copyPage()

◆ createCategoryAndAddRelation()

◆ deleteCategoryOfRelation()

◆ deleteCategoryRelation()

◆ deleteContentOfRelation()

◆ localizeCategoryOfRelation()

◆ localizeContentChainOfRelationAndAddCategoryWithLanguageSynchronization()

◆ localizeContentOfRelation()

◆ localizeContentOfRelationAndAddCategoryWithLanguageSynchronization()

◆ localizeContentOfRelationWithLanguageExclude()

◆ localizeContentOfRelationWithLanguageSynchronization()

◆ modifyBothsOfRelation()

◆ modifyCategoryOfRelation()

◆ modifyContentOfRelation()

◆ moveContentOfRelationToDifferentPage()

◆ setUp()

Member Data Documentation

◆ FIELD_Categories

◆ SCENARIO_DataSet

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

Definition at line 44 of file AbstractActionTestCase.php.

◆ TABLE_Category

◆ TABLE_Content

const TYPO3\CMS\Core\Tests\Functional\DataScenarios\ManyToMany\AbstractActionTestCase::TABLE_Content = 'tt_content'
protected

Definition at line 38 of file AbstractActionTestCase.php.

Referenced by TYPO3\CMS\Core\Tests\Functional\DataScenarios\ManyToMany\AbstractActionTestCase\copyContentOfRelation(), TYPO3\CMS\Core\Tests\Functional\DataScenarios\ManyToMany\AbstractActionTestCase\copyContentToLanguageOfRelation(), TYPO3\CMS\Core\Tests\Functional\DataScenarios\ManyToMany\AbstractActionTestCase\copyPage(), TYPO3\CMS\Core\Tests\Functional\DataScenarios\ManyToMany\AbstractActionWorkspacesTestCase\createCategoryAndCreateRelation(), TYPO3\CMS\Core\Tests\Functional\DataScenarios\ManyToMany\AbstractActionWorkspacesTestCase\createCategoryWithContentAndAddRelation(), TYPO3\CMS\Core\Tests\Functional\DataScenarios\ManyToMany\AbstractActionWorkspacesTestCase\createContentAndAddRelation(), TYPO3\CMS\Core\Tests\Functional\DataScenarios\ManyToMany\AbstractActionWorkspacesTestCase\createContentAndCreateRelation(), TYPO3\CMS\Core\Tests\Functional\DataScenarios\ManyToMany\AbstractActionWorkspacesTestCase\createContentWithCategoryAndAddRelation(), TYPO3\CMS\Core\Tests\Functional\DataScenarios\ManyToMany\AbstractActionTestCase\localizeContentChainOfRelationAndAddCategoryWithLanguageSynchronization(), TYPO3\CMS\Core\Tests\Functional\DataScenarios\ManyToMany\AbstractActionTestCase\localizeContentOfRelation(), TYPO3\CMS\Core\Tests\Functional\DataScenarios\ManyToMany\AbstractActionTestCase\localizeContentOfRelationAndAddCategoryWithLanguageSynchronization(), TYPO3\CMS\Core\Tests\Functional\DataScenarios\ManyToMany\AbstractActionTestCase\localizeContentOfRelationWithLanguageExclude(), and TYPO3\CMS\Core\Tests\Functional\DataScenarios\ManyToMany\AbstractActionTestCase\localizeContentOfRelationWithLanguageSynchronization().

◆ TABLE_ContentCategory_ManyToMany

const TYPO3\CMS\Core\Tests\Functional\DataScenarios\ManyToMany\AbstractActionTestCase::TABLE_ContentCategory_ManyToMany = 'sys_category_record_mm'
protected

Definition at line 40 of file AbstractActionTestCase.php.

◆ TABLE_Page

const TYPO3\CMS\Core\Tests\Functional\DataScenarios\ManyToMany\AbstractActionTestCase::TABLE_Page = 'pages'
protected

◆ VALUE_CategoryIdFirst

◆ VALUE_CategoryIdFourth

const TYPO3\CMS\Core\Tests\Functional\DataScenarios\ManyToMany\AbstractActionTestCase::VALUE_CategoryIdFourth = 31
protected

Definition at line 35 of file AbstractActionTestCase.php.

◆ VALUE_CategoryIdSecond

const TYPO3\CMS\Core\Tests\Functional\DataScenarios\ManyToMany\AbstractActionTestCase::VALUE_CategoryIdSecond = 29
protected

Definition at line 33 of file AbstractActionTestCase.php.

◆ VALUE_CategoryIdThird

const TYPO3\CMS\Core\Tests\Functional\DataScenarios\ManyToMany\AbstractActionTestCase::VALUE_CategoryIdThird = 30
protected

Definition at line 34 of file AbstractActionTestCase.php.

◆ VALUE_ContentIdFirst

const TYPO3\CMS\Core\Tests\Functional\DataScenarios\ManyToMany\AbstractActionTestCase::VALUE_ContentIdFirst = 297
protected

◆ VALUE_ContentIdLast

◆ VALUE_LanguageId

const TYPO3\CMS\Core\Tests\Functional\DataScenarios\ManyToMany\AbstractActionTestCase::VALUE_LanguageId = 1
protected

Definition at line 30 of file AbstractActionTestCase.php.

◆ VALUE_LanguageIdSecond

const TYPO3\CMS\Core\Tests\Functional\DataScenarios\ManyToMany\AbstractActionTestCase::VALUE_LanguageIdSecond = 2
protected

Definition at line 31 of file AbstractActionTestCase.php.

◆ VALUE_PageId

const TYPO3\CMS\Core\Tests\Functional\DataScenarios\ManyToMany\AbstractActionTestCase::VALUE_PageId = 89
protected

◆ VALUE_PageIdTarget

const TYPO3\CMS\Core\Tests\Functional\DataScenarios\ManyToMany\AbstractActionTestCase::VALUE_PageIdTarget = 90
protected

Definition at line 27 of file AbstractActionTestCase.php.