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

Public Member Functions

 createContents ()
 
 createContentForLanguageAll ()
 
 modifyContent ()
 
 hideContent ()
 
 deleteContent ()
 
 deleteLocalizedContentAndDeleteContent ()
 
 copyContent ()
 
 copyContentToLanguage ()
 
 copyContentToLanguageWithLanguageSynchronization ()
 
 copyContentToLanguageWithLocalizationExclude ()
 
 copyContentToLanguageFromNonDefaultLanguage ()
 
 copyPasteContent ()
 
 localizeContent ()
 
 localizeContentWithHideAtCopy ()
 
 localizeContentWithEmptyTcaIntegrityColumns ()
 
 localizeContentWithLanguageSynchronization ()
 
 localizeContentWithLanguageSynchronizationHavingNullValue ()
 
 localizeContentFromNonDefaultLanguage ()
 
 localizeContentFromNonDefaultLanguageWithLanguageSynchronizationDefault ()
 
 localizeContentFromNonDefaultLanguageWithLanguageSynchronizationSource ()
 
 localizeContentAfterMovedContent ()
 
 createLocalizedContent ()
 
 createLocalizedContentWithLanguageSynchronization ()
 
 createLocalizedContentWithLocalizationExclude ()
 
 changeContentSorting ()
 
 changeContentSortingAfterSelf ()
 
 moveContentToDifferentPage ()
 
 movePasteContentToDifferentPage ()
 
 moveContentToDifferentPageAndChangeSorting ()
 
 moveContentToDifferentPageAndHide ()
 
 createPage ()
 
 createPageAndSubPageAndSubPageContent ()
 
 createPageAndChangePageSorting ()
 
 createPageAndMoveCreatedPage ()
 
 createPageAndContentWithTcaDefaults ()
 
 modifyPage ()
 
 deletePage ()
 
 copyPage ()
 
 copyPageFreeMode ()
 
 localizePage ()
 
 localizePageWithLanguageSynchronization ()
 
 localizePageAndContentsAndDeletePageLocalization ()
 
 localizeNestedPagesAndContents ()
 
 changePageSorting ()
 
 changePageSortingAfterSelf ()
 
 movePageToDifferentPage ()
 
 movePageToDifferentPageTwice ()
 
 movePageLocalizedToDifferentPageTwice ()
 
 movePageLocalizedInLiveToDifferentPageTwice ()
 
 movePageLocalizedInLiveWorkspaceChangedToDifferentPageTwice ()
 
 movePageLocalizedInLiveWorkspaceDeletedToDifferentPageTwice ()
 
 movePageToDifferentPageAndChangeSorting ()
 

Public Attributes

const VALUE_PageIdParent = 88
 
const VALUE_PageId = 89
 
const VALUE_PageIdTarget = 90
 
const VALUE_PageIdWebsite = 1
 
const VALUE_ContentIdParent = 296
 
const VALUE_ContentIdFirst = 297
 
const VALUE_ContentIdSecond = 298
 
const VALUE_ContentIdThird = 299
 
const VALUE_ContentIdThirdLocalized = 300
 
const VALUE_ContentIdFreeMode = 310
 
const VALUE_LanguageId = 1
 
const VALUE_LanguageIdSecond = 2
 
const TABLE_Page = 'pages'
 
const TABLE_Content = 'tt_content'
 
- ‪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/core/Tests/Functional/DataHandling/Regular/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 27 of file AbstractActionTestCase.php.

Member Function Documentation

◆ changeContentSorting()

◆ changeContentSortingAfterSelf()

◆ changePageSorting()

◆ changePageSortingAfterSelf()

◆ copyContent()

◆ copyContentToLanguage()

◆ copyContentToLanguageFromNonDefaultLanguage()

◆ copyContentToLanguageWithLanguageSynchronization()

TYPO3\CMS\Core\Tests\Functional\DataHandling\Regular\AbstractActionTestCase::copyContentToLanguageWithLanguageSynchronization ( )

◆ copyContentToLanguageWithLocalizationExclude()

TYPO3\CMS\Core\Tests\Functional\DataHandling\Regular\AbstractActionTestCase::copyContentToLanguageWithLocalizationExclude ( )

◆ copyPage()

◆ copyPageFreeMode()

◆ copyPasteContent()

TYPO3\CMS\Core\Tests\Functional\DataHandling\Regular\AbstractActionTestCase::copyPasteContent ( )

See DataSet/copyPasteContent.csv

Reimplemented in TYPO3\CMS\Core\Tests\Functional\DataHandling\Regular\Modify\ActionTest.

Definition at line 155 of file AbstractActionTestCase.php.

◆ createContentForLanguageAll()

TYPO3\CMS\Core\Tests\Functional\DataHandling\Regular\AbstractActionTestCase::createContentForLanguageAll ( )

Creation of a content element with language set to all

See DataSet/createContentForLanguageAll.csv

Reimplemented in TYPO3\CMS\Core\Tests\Functional\DataHandling\Regular\Modify\ActionTest.

Definition at line 82 of file AbstractActionTestCase.php.

References TYPO3\CMS\Core\Tests\Functional\DataHandling\Regular\AbstractActionTestCase\TABLE_Content.

◆ createContents()

◆ createLocalizedContent()

◆ createLocalizedContentWithLanguageSynchronization()

TYPO3\CMS\Core\Tests\Functional\DataHandling\Regular\AbstractActionTestCase::createLocalizedContentWithLanguageSynchronization ( )

◆ createLocalizedContentWithLocalizationExclude()

TYPO3\CMS\Core\Tests\Functional\DataHandling\Regular\AbstractActionTestCase::createLocalizedContentWithLocalizationExclude ( )

◆ createPage()

◆ createPageAndChangePageSorting()

TYPO3\CMS\Core\Tests\Functional\DataHandling\Regular\AbstractActionTestCase::createPageAndChangePageSorting ( )

◆ createPageAndContentWithTcaDefaults()

◆ createPageAndMoveCreatedPage()

TYPO3\CMS\Core\Tests\Functional\DataHandling\Regular\AbstractActionTestCase::createPageAndMoveCreatedPage ( )

◆ createPageAndSubPageAndSubPageContent()

◆ deleteContent()

◆ deleteLocalizedContentAndDeleteContent()

◆ deletePage()

◆ hideContent()

◆ localizeContent()

◆ localizeContentAfterMovedContent()

TYPO3\CMS\Core\Tests\Functional\DataHandling\Regular\AbstractActionTestCase::localizeContentAfterMovedContent ( )

Note: workspaces has an additional variant of this test "localizeContentAfterMovedInLive" that performs the localization of the content element after it has been moved in live first.

See also
‪localizeContentAfterMovedInLiveContent - additional workspace related variant

Reimplemented in TYPO3\CMS\Core\Tests\Functional\DataHandling\Regular\Modify\ActionTest, TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\Regular\Modify\ActionTest, TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\Regular\Publish\ActionTest, TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\Regular\PublishAll\ActionTest, and TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\Regular\Discard\ActionTest.

Definition at line 246 of file AbstractActionTestCase.php.

References TYPO3\CMS\Core\Tests\Functional\DataHandling\Regular\AbstractActionTestCase\TABLE_Content.

◆ localizeContentFromNonDefaultLanguage()

◆ localizeContentFromNonDefaultLanguageWithLanguageSynchronizationDefault()

TYPO3\CMS\Core\Tests\Functional\DataHandling\Regular\AbstractActionTestCase::localizeContentFromNonDefaultLanguageWithLanguageSynchronizationDefault ( )

◆ localizeContentFromNonDefaultLanguageWithLanguageSynchronizationSource()

TYPO3\CMS\Core\Tests\Functional\DataHandling\Regular\AbstractActionTestCase::localizeContentFromNonDefaultLanguageWithLanguageSynchronizationSource ( )

◆ localizeContentWithEmptyTcaIntegrityColumns()

TYPO3\CMS\Core\Tests\Functional\DataHandling\Regular\AbstractActionTestCase::localizeContentWithEmptyTcaIntegrityColumns ( )

◆ localizeContentWithHideAtCopy()

◆ localizeContentWithLanguageSynchronization()

◆ localizeContentWithLanguageSynchronizationHavingNullValue()

TYPO3\CMS\Core\Tests\Functional\DataHandling\Regular\AbstractActionTestCase::localizeContentWithLanguageSynchronizationHavingNullValue ( )

◆ localizeNestedPagesAndContents()

◆ localizePage()

◆ localizePageAndContentsAndDeletePageLocalization()

◆ localizePageWithLanguageSynchronization()

TYPO3\CMS\Core\Tests\Functional\DataHandling\Regular\AbstractActionTestCase::localizePageWithLanguageSynchronization ( )

◆ modifyContent()

◆ modifyPage()

◆ moveContentToDifferentPage()

◆ moveContentToDifferentPageAndChangeSorting()

◆ moveContentToDifferentPageAndHide()

◆ movePageLocalizedInLiveToDifferentPageTwice()

TYPO3\CMS\Core\Tests\Functional\DataHandling\Regular\AbstractActionTestCase::movePageLocalizedInLiveToDifferentPageTwice ( )

Create page localization in live, then move default language page in workspaces to different pages twice. Verifies the page localization is moved together with the default language page. This should create "move" a overlay for the localization.

No ext:core implementation of this test since it is identical with moveLocalizedPageToDifferentPageTwice() in non-workspace

Reimplemented in TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\Regular\Modify\ActionTest, TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\Regular\Publish\ActionTest, TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\Regular\PublishAll\ActionTest, and TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\Regular\Discard\ActionTest.

Definition at line 485 of file AbstractActionTestCase.php.

References TYPO3\CMS\Core\Tests\Functional\DataHandling\AbstractDataHandlerActionTestCase\setWorkspaceId().

◆ movePageLocalizedInLiveWorkspaceChangedToDifferentPageTwice()

TYPO3\CMS\Core\Tests\Functional\DataHandling\Regular\AbstractActionTestCase::movePageLocalizedInLiveWorkspaceChangedToDifferentPageTwice ( )

Create page localization in live, then change the localization in workspace, then move default language page in workspaces to different pages twice. Verifies the page localization is moved together with the default language page, and that the "changed" t3ver_state=0 record is turned into a move placeholder when default language page is moved.

No ext:core implementation of this test since it is identical with moveLocalizedPageToDifferentPageTwice() in non-workspace

Reimplemented in TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\Regular\Modify\ActionTest, TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\Regular\Publish\ActionTest, TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\Regular\PublishAll\ActionTest, and TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\Regular\Discard\ActionTest.

Definition at line 503 of file AbstractActionTestCase.php.

References TYPO3\CMS\Core\Tests\Functional\DataHandling\AbstractDataHandlerActionTestCase\setWorkspaceId(), TYPO3\CMS\Core\Tests\Functional\DataHandling\Regular\AbstractActionTestCase\TABLE_Page, and TYPO3\CMS\Core\Tests\Functional\DataHandling\Regular\AbstractActionTestCase\VALUE_PageId.

◆ movePageLocalizedInLiveWorkspaceDeletedToDifferentPageTwice()

TYPO3\CMS\Core\Tests\Functional\DataHandling\Regular\AbstractActionTestCase::movePageLocalizedInLiveWorkspaceDeletedToDifferentPageTwice ( )

Create page localization in live, then delete the localization in workspace, then move default language page in workspaces to different pages twice. Verifies the page localization is moved together with the default language page.

Todo:
‪The "deleted" t3ver_state=2 record is turned into a move placeholder so the "marked for delete" information is lost.

No ext:core implementation of this test since it is identical with moveLocalizedPageToDifferentPageTwice() in non-workspace

Reimplemented in TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\Regular\Modify\ActionTest, TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\Regular\Publish\ActionTest, TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\Regular\PublishAll\ActionTest, and TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\Regular\Discard\ActionTest.

Definition at line 524 of file AbstractActionTestCase.php.

References TYPO3\CMS\Core\Tests\Functional\DataHandling\AbstractDataHandlerActionTestCase\setWorkspaceId(), TYPO3\CMS\Core\Tests\Functional\DataHandling\Regular\AbstractActionTestCase\TABLE_Page, and TYPO3\CMS\Core\Tests\Functional\DataHandling\Regular\AbstractActionTestCase\VALUE_PageId.

◆ movePageLocalizedToDifferentPageTwice()

TYPO3\CMS\Core\Tests\Functional\DataHandling\Regular\AbstractActionTestCase::movePageLocalizedToDifferentPageTwice ( )

Create page localization, then move default language page to different pages twice. Verifies the page localization is moved together with the default language page. In workspaces, the page localization will be a "new" overlay that is moved around.

Reimplemented in TYPO3\CMS\Core\Tests\Functional\DataHandling\Regular\Modify\ActionTest, TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\Regular\Modify\ActionTest, TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\Regular\Publish\ActionTest, TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\Regular\PublishAll\ActionTest, and TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\Regular\Discard\ActionTest.

Definition at line 469 of file AbstractActionTestCase.php.

◆ movePageToDifferentPage()

◆ movePageToDifferentPageAndChangeSorting()

◆ movePageToDifferentPageTwice()

◆ movePasteContentToDifferentPage()

TYPO3\CMS\Core\Tests\Functional\DataHandling\Regular\AbstractActionTestCase::movePasteContentToDifferentPage ( )

See DataSet/movePasteContentToDifferentPage.csv

Reimplemented in TYPO3\CMS\Core\Tests\Functional\DataHandling\Regular\Modify\ActionTest.

Definition at line 307 of file AbstractActionTestCase.php.

◆ setUp()

Member Data Documentation

◆ $scenarioDataSetDirectory

string TYPO3\CMS\Core\Tests\Functional\DataHandling\Regular\AbstractActionTestCase::$scenarioDataSetDirectory = 'typo3/sysext/core/Tests/Functional/DataHandling/Regular/DataSet/'
protected

Definition at line 47 of file AbstractActionTestCase.php.

◆ TABLE_Content

const TYPO3\CMS\Core\Tests\Functional\DataHandling\Regular\AbstractActionTestCase::TABLE_Content = 'tt_content'

Definition at line 43 of file AbstractActionTestCase.php.

Referenced by TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\Regular\AbstractActionTestCase\changeContentSortingAndCopyDraftPage(), TYPO3\CMS\Core\Tests\Functional\DataHandling\Regular\AbstractActionTestCase\copyContent(), TYPO3\CMS\Core\Tests\Functional\DataHandling\Regular\AbstractActionTestCase\copyContentToLanguage(), TYPO3\CMS\Core\Tests\Functional\DataHandling\Regular\AbstractActionTestCase\copyContentToLanguageFromNonDefaultLanguage(), TYPO3\CMS\Core\Tests\Functional\DataHandling\Regular\AbstractActionTestCase\copyContentToLanguageWithLanguageSynchronization(), TYPO3\CMS\Core\Tests\Functional\DataHandling\Regular\AbstractActionTestCase\copyContentToLanguageWithLocalizationExclude(), TYPO3\CMS\Core\Tests\Functional\DataHandling\Regular\AbstractActionTestCase\copyPage(), TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\Regular\AbstractActionTestCase\copyPageFreeMode(), TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\Regular\AbstractActionTestCase\createContentAndCopyContent(), TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\Regular\AbstractActionTestCase\createContentAndCopyDraftPage(), TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\Regular\AbstractActionTestCase\createContentAndCopyLivePage(), TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\Regular\AbstractActionTestCase\createContentAndLocalize(), TYPO3\CMS\Core\Tests\Functional\DataHandling\Regular\AbstractActionTestCase\createContentForLanguageAll(), TYPO3\CMS\Core\Tests\Functional\DataHandling\Regular\AbstractActionTestCase\createContents(), TYPO3\CMS\Core\Tests\Functional\DataHandling\Regular\AbstractActionTestCase\createPageAndContentWithTcaDefaults(), TYPO3\CMS\Core\Tests\Functional\DataHandling\Regular\AbstractActionTestCase\createPageAndSubPageAndSubPageContent(), TYPO3\CMS\Core\Tests\Functional\DataHandling\Regular\AbstractActionTestCase\localizeContent(), TYPO3\CMS\Core\Tests\Functional\DataHandling\Regular\AbstractActionTestCase\localizeContentAfterMovedContent(), TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\Regular\AbstractActionTestCase\localizeContentAfterMovedInLiveContent(), TYPO3\CMS\Core\Tests\Functional\DataHandling\Regular\AbstractActionTestCase\localizeContentFromNonDefaultLanguage(), TYPO3\CMS\Core\Tests\Functional\DataHandling\Regular\AbstractActionTestCase\localizeContentFromNonDefaultLanguageWithLanguageSynchronizationDefault(), TYPO3\CMS\Core\Tests\Functional\DataHandling\Regular\AbstractActionTestCase\localizeContentFromNonDefaultLanguageWithLanguageSynchronizationSource(), TYPO3\CMS\Core\Tests\Functional\DataHandling\Regular\AbstractActionTestCase\localizeContentWithEmptyTcaIntegrityColumns(), TYPO3\CMS\Core\Tests\Functional\DataHandling\Regular\AbstractActionTestCase\localizeContentWithHideAtCopy(), TYPO3\CMS\Core\Tests\Functional\DataHandling\Regular\AbstractActionTestCase\localizeContentWithLanguageSynchronization(), TYPO3\CMS\Core\Tests\Functional\DataHandling\Regular\AbstractActionTestCase\localizeNestedPagesAndContents(), and TYPO3\CMS\Core\Tests\Functional\DataHandling\Regular\AbstractActionTestCase\localizePageAndContentsAndDeletePageLocalization().

◆ TABLE_Page

const TYPO3\CMS\Core\Tests\Functional\DataHandling\Regular\AbstractActionTestCase::TABLE_Page = 'pages'

Definition at line 42 of file AbstractActionTestCase.php.

Referenced by TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\Regular\AbstractActionTestCase\changeContentSortingAndCopyDraftPage(), TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\Regular\AbstractActionTestCase\changeContentSortingAndCopyLivePage(), TYPO3\CMS\Core\Tests\Functional\DataHandling\Regular\AbstractActionTestCase\copyPage(), TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\Regular\AbstractActionTestCase\copyPageFreeMode(), TYPO3\CMS\Core\Tests\Functional\DataHandling\Regular\AbstractActionTestCase\copyPageFreeMode(), TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\Regular\AbstractActionTestCase\createContentAndCopyDraftPage(), TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\Regular\AbstractActionTestCase\createContentAndCopyLivePage(), TYPO3\CMS\Core\Tests\Functional\DataHandling\Regular\AbstractActionTestCase\createPage(), TYPO3\CMS\Core\Tests\Functional\DataHandling\Regular\AbstractActionTestCase\createPageAndChangePageSorting(), TYPO3\CMS\Core\Tests\Functional\DataHandling\Regular\AbstractActionTestCase\createPageAndContentWithTcaDefaults(), TYPO3\CMS\Core\Tests\Functional\DataHandling\Regular\AbstractActionTestCase\createPageAndMoveCreatedPage(), TYPO3\CMS\Core\Tests\Functional\DataHandling\Regular\AbstractActionTestCase\createPageAndSubPageAndSubPageContent(), TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\Regular\AbstractActionTestCase\createPlaceholdersAndDeleteDraftParentPage(), TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\Regular\AbstractActionTestCase\deleteContentAndCopyDraftPage(), TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\Regular\AbstractActionTestCase\deleteContentAndCopyLivePage(), TYPO3\CMS\Core\Tests\Functional\DataHandling\Regular\AbstractActionTestCase\localizeNestedPagesAndContents(), TYPO3\CMS\Core\Tests\Functional\DataHandling\Regular\AbstractActionTestCase\localizePage(), TYPO3\CMS\Core\Tests\Functional\DataHandling\Regular\AbstractActionTestCase\localizePageAndContentsAndDeletePageLocalization(), TYPO3\CMS\Core\Tests\Functional\DataHandling\Regular\AbstractActionTestCase\localizePageWithLanguageSynchronization(), TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\Regular\AbstractActionTestCase\moveContentAndCopyDraftPage(), TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\Regular\AbstractActionTestCase\moveContentAndCopyLivePage(), TYPO3\CMS\Core\Tests\Functional\DataHandling\Regular\AbstractActionTestCase\movePageLocalizedInLiveWorkspaceChangedToDifferentPageTwice(), TYPO3\CMS\Core\Tests\Functional\DataHandling\Regular\AbstractActionTestCase\movePageLocalizedInLiveWorkspaceDeletedToDifferentPageTwice(), and TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\Regular\AbstractActionTestCase\movePageToDifferentPageAndCreatePageAfterMovedPage().

◆ VALUE_ContentIdFirst

const TYPO3\CMS\Core\Tests\Functional\DataHandling\Regular\AbstractActionTestCase::VALUE_ContentIdFirst = 297

◆ VALUE_ContentIdFreeMode

const TYPO3\CMS\Core\Tests\Functional\DataHandling\Regular\AbstractActionTestCase::VALUE_ContentIdFreeMode = 310

Definition at line 38 of file AbstractActionTestCase.php.

◆ VALUE_ContentIdParent

const TYPO3\CMS\Core\Tests\Functional\DataHandling\Regular\AbstractActionTestCase::VALUE_ContentIdParent = 296

◆ VALUE_ContentIdSecond

◆ VALUE_ContentIdThird

const TYPO3\CMS\Core\Tests\Functional\DataHandling\Regular\AbstractActionTestCase::VALUE_ContentIdThird = 299

Definition at line 36 of file AbstractActionTestCase.php.

◆ VALUE_ContentIdThirdLocalized

◆ VALUE_LanguageId

◆ VALUE_LanguageIdSecond

◆ VALUE_PageId

const TYPO3\CMS\Core\Tests\Functional\DataHandling\Regular\AbstractActionTestCase::VALUE_PageId = 89

Definition at line 30 of file AbstractActionTestCase.php.

Referenced by TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\Regular\AbstractActionTestCase\changeContentSortingAndCopyDraftPage(), TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\Regular\AbstractActionTestCase\changeContentSortingAndCopyLivePage(), TYPO3\CMS\Core\Tests\Functional\DataHandling\Regular\AbstractActionTestCase\copyPage(), TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\Regular\AbstractActionTestCase\createContentAndCopyDraftPage(), TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\Regular\AbstractActionTestCase\createContentAndCopyLivePage(), TYPO3\CMS\Core\Tests\Functional\DataHandling\Regular\AbstractActionTestCase\createLocalizedContent(), TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\Regular\AbstractActionTestCase\deleteContentAndCopyDraftPage(), TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\Regular\AbstractActionTestCase\deleteContentAndCopyLivePage(), TYPO3\CMS\Core\Tests\Functional\DataHandling\Regular\AbstractActionTestCase\localizeNestedPagesAndContents(), TYPO3\CMS\Core\Tests\Functional\DataHandling\Regular\AbstractActionTestCase\localizePage(), TYPO3\CMS\Core\Tests\Functional\DataHandling\Regular\AbstractActionTestCase\localizePageAndContentsAndDeletePageLocalization(), TYPO3\CMS\Core\Tests\Functional\DataHandling\Regular\AbstractActionTestCase\localizePageWithLanguageSynchronization(), TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\Regular\AbstractActionTestCase\moveContentAndCopyDraftPage(), TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\Regular\AbstractActionTestCase\moveContentAndCopyLivePage(), TYPO3\CMS\Core\Tests\Functional\DataHandling\Regular\AbstractActionTestCase\movePageLocalizedInLiveWorkspaceChangedToDifferentPageTwice(), and TYPO3\CMS\Core\Tests\Functional\DataHandling\Regular\AbstractActionTestCase\movePageLocalizedInLiveWorkspaceDeletedToDifferentPageTwice().

◆ VALUE_PageIdParent

const TYPO3\CMS\Core\Tests\Functional\DataHandling\Regular\AbstractActionTestCase::VALUE_PageIdParent = 88

◆ VALUE_PageIdTarget

const TYPO3\CMS\Core\Tests\Functional\DataHandling\Regular\AbstractActionTestCase::VALUE_PageIdTarget = 90

◆ VALUE_PageIdWebsite

const TYPO3\CMS\Core\Tests\Functional\DataHandling\Regular\AbstractActionTestCase::VALUE_PageIdWebsite = 1

Definition at line 32 of file AbstractActionTestCase.php.