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/Publish/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/Publish/ActionTest.php.

Member Function Documentation

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

Definition at line 170 of file Regular/Publish/ActionTest.php.

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

Definition at line 305 of file Regular/Publish/ActionTest.php.

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

Definition at line 140 of file Regular/Publish/ActionTest.php.

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

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

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

Definition at line 70 of file Regular/Publish/ActionTest.php.

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

Definition at line 54 of file Regular/Publish/ActionTest.php.

createContents ( )

Content records

Test:
See Also
DataSet/Assertion/createContentRecords.csv

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

createPage ( )

Page records

Test:
See Also
DataSet/Assertion/createPageRecord.csv

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

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

Definition at line 104 of file Regular/Publish/ActionTest.php.

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

Definition at line 121 of file Regular/Publish/ActionTest.php.

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

Definition at line 256 of file Regular/Publish/ActionTest.php.

References $response.

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

Definition at line 155 of file Regular/Publish/ActionTest.php.

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

Definition at line 290 of file Regular/Publish/ActionTest.php.

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

Definition at line 89 of file Regular/Publish/ActionTest.php.

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

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

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

Definition at line 185 of file Regular/Publish/ActionTest.php.

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

Definition at line 203 of file Regular/Publish/ActionTest.php.

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

Definition at line 322 of file Regular/Publish/ActionTest.php.

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

Definition at line 339 of file Regular/Publish/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 366 of file Regular/Publish/ActionTest.php.

Member Data Documentation

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

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