‪TYPO3CMS  9.5
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\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 ()
 
 createLocalizedContent ()
 
 createLocalizedContentWithLanguageSynchronization ()
 
 createLocalizedContentWithLocalizationExclude ()
 
 changeContentSorting ()
 
 moveContentToDifferentPage ()
 
 movePasteContentToDifferentPage ()
 
 moveContentToDifferentPageAndChangeSorting ()
 
 moveContentToDifferentPageAndHide ()
 
 createPage ()
 
 modifyPage ()
 
 deletePage ()
 
 copyPage ()
 
 copyPageFreeMode ()
 
 localizePage ()
 
 localizePageWithLanguageSynchronization ()
 
 localizePageAndContents ()
 
 changePageSorting ()
 
 movePageToDifferentPage ()
 
 movePageToDifferentPageAndChangeSorting ()
 

Public Attributes

const VALUE_PageId = 89
 
const VALUE_PageIdTarget = 90
 
const VALUE_PageIdWebsite = 1
 
const VALUE_ContentIdFirst = 297
 
const VALUE_ContentIdSecond = 298
 
const VALUE_ContentIdThird = 299
 
const VALUE_ContentIdThirdLocalized = 300
 
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 ()
 
 setWorkspaceId (int $workspaceId)
 
ActionService getActionService ()
 
 importScenarioDataSet ($dataSetName)
 
 assertAssertionDataSet ($dataSetName)
 
 assertErrorLogEntries ()
 
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
string $scenarioDataSetDirectory
 
string $assertionDataSetDirectory
 
int null $expectedErrorLogEntries = 0
 
array $testExtensionsToLoad
 
array $pathsToLinkInTestInstance
 
array $recordIds = array( )
 
ActionService $actionService
 
TYPO3 CMS Core Authentication BackendUserAuthentication $backendUser
 

Detailed Description

Functional test for the DataHandler

Definition at line 22 of file AbstractActionTestCase.php.

Member Function Documentation

◆ changeContentSorting()

◆ changePageSorting()

◆ 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 also
‪DataSet/copyPasteContent.csv

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

Definition at line 166 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 also
‪DataSet/createContentForLanguageAll.csv

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

Definition at line 73 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()

◆ deleteContent()

◆ deleteLocalizedContentAndDeleteContent()

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

◆ deletePage()

◆ hideContent()

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

See DataSet/hideContent.csv

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

Definition at line 90 of file AbstractActionTestCase.php.

◆ localizeContent()

◆ 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()

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

◆ localizeContentWithLanguageSynchronization()

◆ localizeContentWithLanguageSynchronizationHavingNullValue()

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

◆ localizePage()

◆ localizePageAndContents()

◆ localizePageWithLanguageSynchronization()

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

◆ modifyContent()

◆ modifyPage()

◆ moveContentToDifferentPage()

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

◆ moveContentToDifferentPageAndChangeSorting()

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

◆ moveContentToDifferentPageAndHide()

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

See DataSet/moveContentRecordToDifferentPageAndHide.csv

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

Definition at line 317 of file AbstractActionTestCase.php.

◆ movePageToDifferentPage()

◆ movePageToDifferentPageAndChangeSorting()

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

◆ movePasteContentToDifferentPage()

TYPO3\CMS\Core\Tests\Functional\DataHandling\Regular\AbstractActionTestCase::movePasteContentToDifferentPage ( )
See also
‪DataSet/movePasteContentToDifferentPage.csv

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

Definition at line 300 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 39 of file AbstractActionTestCase.php.

◆ TABLE_Content

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

Definition at line 35 of file AbstractActionTestCase.php.

Referenced by 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\createAndCopyContentAndDiscardCopiedContent(), 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\createContentAndDiscardCreatedContent(), 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\localizeContent(), 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(), and TYPO3\CMS\Core\Tests\Functional\DataHandling\Regular\AbstractActionTestCase\localizePageAndContents().

◆ TABLE_Page

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

Definition at line 34 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\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\localizePage(), TYPO3\CMS\Core\Tests\Functional\DataHandling\Regular\AbstractActionTestCase\localizePageAndContents(), 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(), 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_ContentIdSecond

◆ VALUE_ContentIdThird

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

Definition at line 29 of file AbstractActionTestCase.php.

◆ VALUE_ContentIdThirdLocalized

◆ VALUE_LanguageId

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

◆ VALUE_LanguageIdSecond

const TYPO3\CMS\Core\Tests\Functional\DataHandling\Regular\AbstractActionTestCase::VALUE_LanguageIdSecond = 2

Definition at line 32 of file AbstractActionTestCase.php.

◆ VALUE_PageId

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

Definition at line 24 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\localizePage(), TYPO3\CMS\Core\Tests\Functional\DataHandling\Regular\AbstractActionTestCase\localizePageAndContents(), TYPO3\CMS\Core\Tests\Functional\DataHandling\Regular\AbstractActionTestCase\localizePageWithLanguageSynchronization(), TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\Regular\AbstractActionTestCase\moveContentAndCopyDraftPage(), and TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\Regular\AbstractActionTestCase\moveContentAndCopyLivePage().

◆ 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 26 of file AbstractActionTestCase.php.