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

Public Member Functions

 createContents ()
 
 createContentAndDiscardCreatedContent ()
 
 createAndCopyContentAndDiscardCopiedContent ()
 
 modifyContent ()
 
 hideContent ()
 
 hideContentAndMoveToDifferentPage ()
 
 deleteContent ()
 
 deleteLocalizedContentAndDeleteContent ()
 
 copyContent ()
 
 copyContentToLanguage ()
 
 copyContentToLanguageFromNonDefaultLanguage ()
 
 localizeContent ()
 
 localizeContentWithEmptyTcaIntegrityColumns ()
 
 localizeContentWithHideAtCopy ()
 
 localizeContentFromNonDefaultLanguage ()
 
 changeContentSorting ()
 
 changeContentSortingAndDeleteMovedRecord ()
 
 changeContentSortingAndDeleteLiveRecord ()
 
 moveContentToDifferentPage ()
 
 moveContentToDifferentPageAndChangeSorting ()
 
 moveContentToDifferentPageAndHide ()
 
 createPage ()
 
 modifyPage ()
 
 deletePage ()
 
 deleteContentAndPage ()
 
 localizePageAndContentsAndDeletePageLocalization ()
 
 copyPage ()
 
 copyPageFreeMode ()
 
 localizePage ()
 
 changePageSorting ()
 
 movePageToDifferentPage ()
 
 movePageToDifferentPageAndChangeSorting ()
 
 movePageToDifferentPageAndCreatePageAfterMovedPage ()
 
 createContentAndCopyDraftPage ()
 
 createContentAndCopyLivePage ()
 
 createPageAndCopyDraftParentPage ()
 
 createPageAndCopyLiveParentPage ()
 
 createNestedPagesAndCopyDraftParentPage ()
 
 createNestedPagesAndCopyLiveParentPage ()
 
 deleteContentAndCopyDraftPage ()
 
 deleteContentAndCopyLivePage ()
 
 changeContentSortingAndCopyDraftPage ()
 
 changeContentSortingAndCopyLivePage ()
 
 moveContentAndCopyDraftPage ()
 
 moveContentAndCopyLivePage ()
 
 createPlaceholdersAndDeleteDraftParentPage ()
 
 createPlaceholdersAndDeleteLiveParentPage ()
 
- ‪Public Member Functions inherited from ‪TYPO3\CMS\Core\Tests\Functional\DataHandling\Regular\AbstractActionTestCase
 createContentForLanguageAll ()
 
 copyContentToLanguageWithLanguageSynchronization ()
 
 copyContentToLanguageWithLocalizationExclude ()
 
 copyPasteContent ()
 
 localizeContentWithLanguageSynchronization ()
 
 localizeContentWithLanguageSynchronizationHavingNullValue ()
 
 localizeContentFromNonDefaultLanguageWithLanguageSynchronizationDefault ()
 
 localizeContentFromNonDefaultLanguageWithLanguageSynchronizationSource ()
 
 createLocalizedContent ()
 
 createLocalizedContentWithLanguageSynchronization ()
 
 createLocalizedContentWithLocalizationExclude ()
 
 movePasteContentToDifferentPage ()
 
 localizePageWithLanguageSynchronization ()
 
 localizePageAndContents ()
 

Protected Attributes

string $assertionDataSetDirectory = 'typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/Modify/DataSet/'
 
- ‪Protected Attributes inherited from ‪TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\Regular\AbstractActionTestCase
array $coreExtensionsToLoad
 
string $scenarioDataSetDirectory = 'typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/DataSet/'
 
- ‪Protected Attributes inherited from ‪TYPO3\CMS\Core\Tests\Functional\DataHandling\Regular\AbstractActionTestCase
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
 

Additional Inherited Members

- ‪Public Attributes inherited from ‪TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\Regular\AbstractActionTestCase
const VALUE_ParentPageId = 88
 
const VALUE_ContentIdZero = 296
 
const VALUE_ContentIdTenth = 310
 
const VALUE_ContentIdTenthLocalized = 311
 
const VALUE_ContentIdTenthLocalized2 = 312
 
const VALUE_WorkspaceId = 1
 
- ‪Public Attributes inherited from ‪TYPO3\CMS\Core\Tests\Functional\DataHandling\Regular\AbstractActionTestCase
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 inherited from ‪TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\Regular\AbstractActionTestCase
 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 ()
 

Detailed Description

Functional test for the DataHandler

Definition at line 20 of file ActionTest.php.

Member Function Documentation

◆ changeContentSorting()

TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\Regular\Modify\ActionTest::changeContentSorting ( )

◆ changeContentSortingAndCopyDraftPage()

TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\Regular\Modify\ActionTest::changeContentSortingAndCopyDraftPage ( )
Test:
See also
‪DataSet/changeContentSortingAndCopyDraftPage.csv @group not-postgres @group not-mssql
Todo:
‪Analyze PostgreSQL issues further, which is a generic issue

Reimplemented from TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\Regular\AbstractActionTestCase.

Definition at line 687 of file ActionTest.php.

References TYPO3\CMS\Core\Tests\Functional\DataHandling\AbstractDataHandlerActionTestCase\assertAssertionDataSet(), and TYPO3\CMS\Core\Tests\Functional\DataHandling\AbstractDataHandlerActionTestCase\getRequestSectionHasRecordConstraint().

◆ changeContentSortingAndCopyLivePage()

TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\Regular\Modify\ActionTest::changeContentSortingAndCopyLivePage ( )

◆ changeContentSortingAndDeleteLiveRecord()

◆ changeContentSortingAndDeleteMovedRecord()

TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\Regular\Modify\ActionTest::changeContentSortingAndDeleteMovedRecord ( )

◆ changePageSorting()

TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\Regular\Modify\ActionTest::changePageSorting ( )

◆ copyContent()

◆ copyContentToLanguage()

TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\Regular\Modify\ActionTest::copyContentToLanguage ( )

◆ copyContentToLanguageFromNonDefaultLanguage()

TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\Regular\Modify\ActionTest::copyContentToLanguageFromNonDefaultLanguage ( )

◆ copyPage()

◆ copyPageFreeMode()

◆ createAndCopyContentAndDiscardCopiedContent()

◆ createContentAndCopyDraftPage()

TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\Regular\Modify\ActionTest::createContentAndCopyDraftPage ( )

◆ createContentAndCopyLivePage()

TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\Regular\Modify\ActionTest::createContentAndCopyLivePage ( )

◆ createContentAndDiscardCreatedContent()

TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\Regular\Modify\ActionTest::createContentAndDiscardCreatedContent ( )

◆ createContents()

TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\Regular\Modify\ActionTest::createContents ( )

◆ createNestedPagesAndCopyDraftParentPage()

TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\Regular\Modify\ActionTest::createNestedPagesAndCopyDraftParentPage ( )

◆ createNestedPagesAndCopyLiveParentPage()

TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\Regular\Modify\ActionTest::createNestedPagesAndCopyLiveParentPage ( )

◆ createPage()

TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\Regular\Modify\ActionTest::createPage ( )

◆ createPageAndCopyDraftParentPage()

TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\Regular\Modify\ActionTest::createPageAndCopyDraftParentPage ( )

◆ createPageAndCopyLiveParentPage()

TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\Regular\Modify\ActionTest::createPageAndCopyLiveParentPage ( )

◆ createPlaceholdersAndDeleteDraftParentPage()

TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\Regular\Modify\ActionTest::createPlaceholdersAndDeleteDraftParentPage ( )

◆ createPlaceholdersAndDeleteLiveParentPage()

TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\Regular\Modify\ActionTest::createPlaceholdersAndDeleteLiveParentPage ( )

◆ deleteContent()

◆ deleteContentAndCopyDraftPage()

TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\Regular\Modify\ActionTest::deleteContentAndCopyDraftPage ( )

◆ deleteContentAndCopyLivePage()

TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\Regular\Modify\ActionTest::deleteContentAndCopyLivePage ( )

◆ deleteContentAndPage()

TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\Regular\Modify\ActionTest::deleteContentAndPage ( )

◆ deleteLocalizedContentAndDeleteContent()

◆ deletePage()

TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\Regular\Modify\ActionTest::deletePage ( )

◆ hideContent()

◆ hideContentAndMoveToDifferentPage()

◆ localizeContent()

TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\Regular\Modify\ActionTest::localizeContent ( )

◆ localizeContentFromNonDefaultLanguage()

TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\Regular\Modify\ActionTest::localizeContentFromNonDefaultLanguage ( )

◆ localizeContentWithEmptyTcaIntegrityColumns()

TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\Regular\Modify\ActionTest::localizeContentWithEmptyTcaIntegrityColumns ( )

◆ localizeContentWithHideAtCopy()

TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\Regular\Modify\ActionTest::localizeContentWithHideAtCopy ( )

◆ localizePage()

◆ localizePageAndContentsAndDeletePageLocalization()

TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\Regular\Modify\ActionTest::localizePageAndContentsAndDeletePageLocalization ( )
Test:
‪See DataSet/localizePageAndContentsAndDeletePageLocalization

Definition at line 419 of file ActionTest.php.

◆ modifyContent()

TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\Regular\Modify\ActionTest::modifyContent ( )

◆ modifyPage()

◆ moveContentAndCopyDraftPage()

◆ moveContentAndCopyLivePage()

◆ moveContentToDifferentPage()

TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\Regular\Modify\ActionTest::moveContentToDifferentPage ( )

◆ moveContentToDifferentPageAndChangeSorting()

TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\Regular\Modify\ActionTest::moveContentToDifferentPageAndChangeSorting ( )

◆ moveContentToDifferentPageAndHide()

TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\Regular\Modify\ActionTest::moveContentToDifferentPageAndHide ( )

◆ movePageToDifferentPage()

TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\Regular\Modify\ActionTest::movePageToDifferentPage ( )

◆ movePageToDifferentPageAndChangeSorting()

◆ movePageToDifferentPageAndCreatePageAfterMovedPage()

TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\Regular\Modify\ActionTest::movePageToDifferentPageAndCreatePageAfterMovedPage ( )

Member Data Documentation

◆ $assertionDataSetDirectory

string TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\Regular\Modify\ActionTest::$assertionDataSetDirectory = 'typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/Modify/DataSet/'
protected

Definition at line 24 of file ActionTest.php.