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

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 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_WorkspaceId = 1
 
const TABLE_Page = 'pages'
 
const TABLE_PageOverlay = 'pages_language_overlay'
 
const TABLE_Content = 'tt_content'
 

Protected Member Functions

 setUp ()
 

Protected Attributes

 $coreExtensionsToLoad
 
 $scenarioDataSetDirectory = 'typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/DataSet/'
 

Detailed Description

Functional test for the DataHandler

Definition at line 20 of file Regular/AbstractActionTestCase.php.

Member Function Documentation

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

Definition at line 148 of file Regular/AbstractActionTestCase.php.

changeContentSortingAndDeleteLiveRecord ( )
See Also
DataSet/changeContentSortingNDeleteLiveRecord.csv

Definition at line 165 of file Regular/AbstractActionTestCase.php.

changeContentSortingAndDeleteMovedRecord ( )
See Also
DataSet/changeContentSortingNDeleteMovedRecord.csv

Definition at line 156 of file Regular/AbstractActionTestCase.php.

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

Definition at line 244 of file Regular/AbstractActionTestCase.php.

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

Definition at line 130 of file Regular/AbstractActionTestCase.php.

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

Definition at line 224 of file Regular/AbstractActionTestCase.php.

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

Definition at line 92 of file Regular/AbstractActionTestCase.php.

createContentAndCopyDraftPage ( )

Creates a content element and copies the page in draft workspace.

Definition at line 281 of file Regular/AbstractActionTestCase.php.

createContentAndCopyLivePage ( )

Creates a content element and copies the page in live workspace.

Definition at line 292 of file Regular/AbstractActionTestCase.php.

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

Definition at line 81 of file Regular/AbstractActionTestCase.php.

createContents ( )

Content records

See Also
DataSet/Assertion/createContentRecords.csv

Definition at line 68 of file Regular/AbstractActionTestCase.php.

createNestedPagesAndCopyDraftParentPage ( )

Creates nested pages in a draft workspace and copies the parent page in draft workspace.

Definition at line 342 of file Regular/AbstractActionTestCase.php.

createNestedPagesAndCopyLiveParentPage ( )

Creates nested pages in a draft workspace and copies the parent page in live workspace.

Definition at line 359 of file Regular/AbstractActionTestCase.php.

createPage ( )

Page records

See Also
DataSet/Assertion/createPageRecord.csv

Definition at line 199 of file Regular/AbstractActionTestCase.php.

createPageAndCopyDraftParentPage ( )

Creates a page in a draft workspace and copies the parent page in draft workspace.

Definition at line 310 of file Regular/AbstractActionTestCase.php.

createPageAndCopyLiveParentPage ( )

Creates a page in a draft workspace and copies the parent page in live workspace.

Definition at line 322 of file Regular/AbstractActionTestCase.php.

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

Definition at line 113 of file Regular/AbstractActionTestCase.php.

deleteLocalizedContentAndDeleteContent ( )
See Also
DataSet/deleteLocalizedContentNDeleteContent.csv

Definition at line 121 of file Regular/AbstractActionTestCase.php.

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

Definition at line 216 of file Regular/AbstractActionTestCase.php.

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

Definition at line 139 of file Regular/AbstractActionTestCase.php.

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

Definition at line 235 of file Regular/AbstractActionTestCase.php.

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

Definition at line 105 of file Regular/AbstractActionTestCase.php.

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

Definition at line 208 of file Regular/AbstractActionTestCase.php.

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

Definition at line 178 of file Regular/AbstractActionTestCase.php.

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

Definition at line 186 of file Regular/AbstractActionTestCase.php.

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

Definition at line 252 of file Regular/AbstractActionTestCase.php.

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

Definition at line 260 of file Regular/AbstractActionTestCase.php.

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

Definition at line 271 of file Regular/AbstractActionTestCase.php.

setUp ( )
protected

Definition at line 50 of file Regular/AbstractActionTestCase.php.

Member Data Documentation

$coreExtensionsToLoad
protected
Initial value:
= array(
'fluid',
'version',
'workspaces',
)

Definition at line 39 of file Regular/AbstractActionTestCase.php.

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

Definition at line 48 of file Regular/AbstractActionTestCase.php.

const TABLE_Content = 'tt_content'

Definition at line 34 of file Regular/AbstractActionTestCase.php.

const TABLE_Page = 'pages'

Definition at line 32 of file Regular/AbstractActionTestCase.php.

const TABLE_PageOverlay = 'pages_language_overlay'

Definition at line 33 of file Regular/AbstractActionTestCase.php.

const VALUE_ContentIdFirst = 297

Definition at line 25 of file Regular/AbstractActionTestCase.php.

const VALUE_ContentIdSecond = 298

Definition at line 26 of file Regular/AbstractActionTestCase.php.

const VALUE_ContentIdThird = 299

Definition at line 27 of file Regular/AbstractActionTestCase.php.

const VALUE_ContentIdThirdLocalized = 300

Definition at line 28 of file Regular/AbstractActionTestCase.php.

const VALUE_LanguageId = 1

Definition at line 29 of file Regular/AbstractActionTestCase.php.

const VALUE_PageId = 89

Definition at line 22 of file Regular/AbstractActionTestCase.php.

const VALUE_PageIdTarget = 90

Definition at line 23 of file Regular/AbstractActionTestCase.php.

const VALUE_PageIdWebsite = 1

Definition at line 24 of file Regular/AbstractActionTestCase.php.

const VALUE_WorkspaceId = 1

Definition at line 30 of file Regular/AbstractActionTestCase.php.