TYPO3  7.6
Public Member Functions | Protected Attributes | List of all members
ActionTest Class Reference
Inheritance diagram for ActionTest:
AbstractActionTestCase

Public Member Functions

 createContents ()
 
 createContentAndDiscardCreatedContent ()
 
 createAndCopyContentAndDiscardCopiedContent ()
 
 modifyContent ()
 
 deleteContent ()
 
 deleteLocalizedContentAndDeleteContent ()
 
 copyContent ()
 
 localizeContent ()
 
 changeContentSorting ()
 
 changeContentSortingAndDeleteMovedRecord ()
 
 changeContentSortingAndDeleteLiveRecord ()
 
 moveContentToDifferentPage ()
 
 moveContentToDifferentPageAndChangeSorting ()
 
 createPage ()
 
 modifyPage ()
 
 deletePage ()
 
 copyPage ()
 
 localizePage ()
 
 changePageSorting ()
 
 movePageToDifferentPage ()
 
 movePageToDifferentPageAndChangeSorting ()
 
 movePageToDifferentPageAndCreatePageAfterMovedPage ()
 
 createContentAndCopyDraftPage ()
 
 createContentAndCopyLivePage ()
 
 createPageAndCopyDraftParentPage ()
 
 createPageAndCopyLiveParentPage ()
 
 createNestedPagesAndCopyDraftParentPage ()
 
 createNestedPagesAndCopyLiveParentPage ()
 
- Public Member Functions inherited from AbstractActionTestCase
 createContents ()
 
 createContentAndDiscardCreatedContent ()
 
 createAndCopyContentAndDiscardCopiedContent ()
 
 modifyContent ()
 
 deleteContent ()
 
 deleteLocalizedContentAndDeleteContent ()
 
 copyContent ()
 
 localizeContent ()
 
 changeContentSorting ()
 
 changeContentSortingAndDeleteMovedRecord ()
 
 changeContentSortingAndDeleteLiveRecord ()
 
 moveContentToDifferentPage ()
 
 moveContentToDifferentPageAndChangeSorting ()
 
 createPage ()
 
 modifyPage ()
 
 deletePage ()
 
 copyPage ()
 
 localizePage ()
 
 changePageSorting ()
 
 movePageToDifferentPage ()
 
 movePageToDifferentPageAndChangeSorting ()
 
 movePageToDifferentPageAndCreatePageAfterMovedPage ()
 
 createContentAndCopyDraftPage ()
 
 createContentAndCopyLivePage ()
 
 createPageAndCopyDraftParentPage ()
 
 createPageAndCopyLiveParentPage ()
 
 createNestedPagesAndCopyDraftParentPage ()
 
 createNestedPagesAndCopyLiveParentPage ()
 

Protected Attributes

 $assertionDataSetDirectory = 'typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/Modify/DataSet/'
 
- Protected Attributes inherited from AbstractActionTestCase
 $coreExtensionsToLoad
 
 $scenarioDataSetDirectory = 'typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/DataSet/'
 

Additional Inherited Members

- Public Attributes inherited from 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_WorkspaceId = 1
 
const TABLE_Page = 'pages'
 
const TABLE_PageOverlay = 'pages_language_overlay'
 
const TABLE_Content = 'tt_content'
 
- Protected Member Functions inherited from AbstractActionTestCase
 setUp ()
 

Detailed Description

Functional test for the DataHandler

Definition at line 20 of file Regular/Modify/ActionTest.php.

Member Function Documentation

changeContentSorting ( )
Test:
See Also
DataSet/Assertion/changeContentRecordSorting.csv

Definition at line 151 of file Regular/Modify/ActionTest.php.

changeContentSortingAndDeleteLiveRecord ( )
Test:
See Also
DataSet/changeContentSortingNDeleteLiveRecord.csv

Definition at line 179 of file Regular/Modify/ActionTest.php.

changeContentSortingAndDeleteMovedRecord ( )
Test:
See Also
DataSet/changeContentSortingNDeleteMovedRecord.csv

Definition at line 165 of file Regular/Modify/ActionTest.php.

changePageSorting ( )
Test:
See Also
DataSet/Assertion/changePageRecordSorting.csv

Definition at line 299 of file Regular/Modify/ActionTest.php.

copyContent ( )
Test:
See Also
DataSet/Assertion/copyContentRecord.csv

Definition at line 123 of file Regular/Modify/ActionTest.php.

copyPage ( )
Test:
See Also
DataSet/Assertion/copyPageRecord.csv

Definition at line 271 of file Regular/Modify/ActionTest.php.

createAndCopyContentAndDiscardCopiedContent ( )
Test:
See Also
DataSet/Assertion/createAndCopyContentRecordAndDiscardCopiedContentRecord.csv

Definition at line 63 of file Regular/Modify/ActionTest.php.

createContentAndCopyDraftPage ( )
Test:
See Also
DataSet/createContentAndCopyDraftPage.csv

Definition at line 368 of file Regular/Modify/ActionTest.php.

createContentAndCopyLivePage ( )
Test:
See Also
DataSet/createContentAndCopyLivePage.csv

Definition at line 385 of file Regular/Modify/ActionTest.php.

createContentAndDiscardCreatedContent ( )
Test:
See Also
DataSet/Assertion/createContentRecordAndDiscardCreatedContentRecord.csv

Definition at line 49 of file Regular/Modify/ActionTest.php.

createContents ( )

Content records

Test:
See Also
DataSet/Assertion/createContentRecords.csv

Definition at line 35 of file Regular/Modify/ActionTest.php.

createNestedPagesAndCopyDraftParentPage ( )
Test:
See Also
DataSet/createNestedPagesAndCopyDraftParentPage.csv

Definition at line 436 of file Regular/Modify/ActionTest.php.

createNestedPagesAndCopyLiveParentPage ( )
Test:
See Also
DataSet/createNestedPagesAndCopyParentPage.csv

Definition at line 453 of file Regular/Modify/ActionTest.php.

createPage ( )

Page records

Test:
See Also
DataSet/Assertion/createPageRecord.csv

Definition at line 230 of file Regular/Modify/ActionTest.php.

createPageAndCopyDraftParentPage ( )
Test:
See Also
DataSet/createPageAndCopyDraftParentPage.csv

Definition at line 402 of file Regular/Modify/ActionTest.php.

createPageAndCopyLiveParentPage ( )
Test:
See Also
DataSet/createPageAndCopyParentPage.csv

Definition at line 419 of file Regular/Modify/ActionTest.php.

deleteContent ( )
Test:
See Also
DataSet/Assertion/deleteContentRecord.csv

Definition at line 93 of file Regular/Modify/ActionTest.php.

deleteLocalizedContentAndDeleteContent ( )
Test:
See Also
DataSet/deleteLocalizedContentNDeleteContent.csv

Definition at line 109 of file Regular/Modify/ActionTest.php.

deletePage ( )
Test:
See Also
DataSet/Assertion/deletePageRecord.csv

Definition at line 258 of file Regular/Modify/ActionTest.php.

References $response.

localizeContent ( )
Test:
See Also
DataSet/Assertion/localizeContentRecord.csv

Definition at line 137 of file Regular/Modify/ActionTest.php.

localizePage ( )
Test:
See Also
DataSet/Assertion/localizePageRecord.csv

Definition at line 285 of file Regular/Modify/ActionTest.php.

modifyContent ( )
Test:
See Also
DataSet/Assertion/modifyContentRecord.csv

Definition at line 79 of file Regular/Modify/ActionTest.php.

modifyPage ( )
Test:
See Also
DataSet/Assertion/modifyPageRecord.csv

Definition at line 244 of file Regular/Modify/ActionTest.php.

moveContentToDifferentPage ( )
Test:
See Also
DataSet/Assertion/moveContentRecordToDifferentPage.csv

Definition at line 195 of file Regular/Modify/ActionTest.php.

moveContentToDifferentPageAndChangeSorting ( )
Test:
See Also
DataSet/Assertion/moveContentRecordToDifferentPageAndChangeSorting.csv

Definition at line 212 of file Regular/Modify/ActionTest.php.

movePageToDifferentPage ( )
Test:
See Also
DataSet/Assertion/movePageRecordToDifferentPage.csv

Definition at line 315 of file Regular/Modify/ActionTest.php.

movePageToDifferentPageAndChangeSorting ( )
Test:
See Also
DataSet/Assertion/movePageRecordToDifferentPageAndChangeSorting.csv

Definition at line 331 of file Regular/Modify/ActionTest.php.

movePageToDifferentPageAndCreatePageAfterMovedPage ( )
Test:
See Also
DataSet/Assertion/movePageRecordToDifferentPageAndCreatePageRecordAfterMovedPageRecord.csv
http://forge.typo3.org/issues/33104
http://forge.typo3.org/issues/55573

Definition at line 353 of file Regular/Modify/ActionTest.php.

Member Data Documentation

$assertionDataSetDirectory = 'typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/Modify/DataSet/'
protected

Definition at line 25 of file Regular/Modify/ActionTest.php.