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 ()
 
 moveContentToDifferentPage ()
 
 moveContentToDifferentPageAndChangeSorting ()
 
 createPage ()
 
 modifyPage ()
 
 deletePage ()
 
 copyPage ()
 
 localizePage ()
 
 changePageSorting ()
 
 movePageToDifferentPage ()
 
 movePageToDifferentPageAndChangeSorting ()
 
 movePageToDifferentPageAndCreatePageAfterMovedPage ()
 
- 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/PublishAll/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/PublishAll/ActionTest.php.

Member Function Documentation

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

Definition at line 159 of file Regular/PublishAll/ActionTest.php.

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

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

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

Definition at line 129 of file Regular/PublishAll/ActionTest.php.

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

Definition at line 255 of file Regular/PublishAll/ActionTest.php.

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

Definition at line 65 of file Regular/PublishAll/ActionTest.php.

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

Definition at line 50 of file Regular/PublishAll/ActionTest.php.

createContents ( )

Content records

Test:
See Also
DataSet/Assertion/createContentRecords.csv

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

createPage ( )

Page records

Test:
See Also
DataSet/Assertion/createPageRecord.csv

Definition at line 211 of file Regular/PublishAll/ActionTest.php.

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

Definition at line 97 of file Regular/PublishAll/ActionTest.php.

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

Definition at line 114 of file Regular/PublishAll/ActionTest.php.

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

Definition at line 241 of file Regular/PublishAll/ActionTest.php.

References $response.

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

Definition at line 144 of file Regular/PublishAll/ActionTest.php.

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

Definition at line 270 of file Regular/PublishAll/ActionTest.php.

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

Definition at line 82 of file Regular/PublishAll/ActionTest.php.

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

Definition at line 226 of file Regular/PublishAll/ActionTest.php.

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

Definition at line 174 of file Regular/PublishAll/ActionTest.php.

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

Definition at line 192 of file Regular/PublishAll/ActionTest.php.

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

Definition at line 302 of file Regular/PublishAll/ActionTest.php.

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

Definition at line 319 of file Regular/PublishAll/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 342 of file Regular/PublishAll/ActionTest.php.

Member Data Documentation

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

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