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

Public Member Functions

 addCategoryRelation ()
 
 deleteCategoryRelation ()
 
 changeCategoryRelationSorting ()
 
 createContentAndAddRelation ()
 
 createCategoryAndAddRelation ()
 
 createContentAndCreateRelation ()
 
 createCategoryAndCreateRelation ()
 
 modifyCategoryOfRelation ()
 
 modifyContentOfRelation ()
 
 modifyBothsOfRelation ()
 
 deleteContentOfRelation ()
 
 deleteCategoryOfRelation ()
 
 copyContentOfRelation ()
 
 copyCategoryOfRelation ()
 
 localizeContentOfRelation ()
 
 localizeCategoryOfRelation ()
 
 moveContentOfRelationToDifferentPage ()
 
 copyPage ()
 
- Public Member Functions inherited from AbstractActionTestCase
 addCategoryRelation ()
 
 deleteCategoryRelation ()
 
 changeCategoryRelationSorting ()
 
 createContentAndAddRelation ()
 
 createCategoryAndAddRelation ()
 
 createContentAndCreateRelation ()
 
 createCategoryAndCreateRelation ()
 
 modifyCategoryOfRelation ()
 
 modifyContentOfRelation ()
 
 modifyBothsOfRelation ()
 
 deleteContentOfRelation ()
 
 deleteCategoryOfRelation ()
 
 copyContentOfRelation ()
 
 copyCategoryOfRelation ()
 
 localizeContentOfRelation ()
 
 localizeCategoryOfRelation ()
 
 moveContentOfRelationToDifferentPage ()
 
 copyPage ()
 

Protected Attributes

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

Additional Inherited Members

- Public Attributes inherited from AbstractActionTestCase
const VALUE_PageId = 89
 
const VALUE_PageIdTarget = 90
 
const VALUE_ContentIdFirst = 297
 
const VALUE_ContentIdLast = 298
 
const VALUE_LanguageId = 1
 
const VALUE_CategoryIdFirst = 28
 
const VALUE_CategoryIdSecond = 29
 
const VALUE_CategoryIdLast = 31
 
const VALUE_WorkspaceId = 1
 
const TABLE_Page = 'pages'
 
const TABLE_Content = 'tt_content'
 
const TABLE_Category = 'sys_category'
 
const TABLE_ContentCategory_ManyToMany = 'sys_category_record_mm'
 
- Protected Member Functions inherited from AbstractActionTestCase
 setUp ()
 

Detailed Description

Functional test for the DataHandler

Definition at line 20 of file ManyToMany/PublishAll/ActionTest.php.

Member Function Documentation

addCategoryRelation ( )

MM Relations

Test:
See Also
DataSet/Assertion/addCategoryRelation.csv

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

changeCategoryRelationSorting ( )
Test:
See Also
DataSet/Assertion/changeCategoryRelationSorting.csv

Definition at line 70 of file ManyToMany/PublishAll/ActionTest.php.

copyCategoryOfRelation ( )
Test:
See Also
DataSet/Assertion/copyCategoryRecordOfCategoryRelation.csv

Definition at line 247 of file ManyToMany/PublishAll/ActionTest.php.

copyContentOfRelation ( )
Test:
See Also
DataSet/Assertion/copyContentRecordOfCategoryRelation.csv

Definition at line 231 of file ManyToMany/PublishAll/ActionTest.php.

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

Definition at line 311 of file ManyToMany/PublishAll/ActionTest.php.

createCategoryAndAddRelation ( )
Test:
See Also
DataSet/Assertion/createCategoryRecordAndAddCategoryRelation.csv

Definition at line 104 of file ManyToMany/PublishAll/ActionTest.php.

createCategoryAndCreateRelation ( )
Test:
See Also
DataSet/Assertion/createCategoryRecordAndCreateCategoryRelation.csv

Definition at line 140 of file ManyToMany/PublishAll/ActionTest.php.

createContentAndAddRelation ( )
Test:
See Also
DataSet/Assertion/createContentRecordAndAddCategoryRelation.csv

Definition at line 86 of file ManyToMany/PublishAll/ActionTest.php.

createContentAndCreateRelation ( )
Test:
See Also
DataSet/Assertion/createContentRecordAndCreateCategoryRelation.csv

Definition at line 122 of file ManyToMany/PublishAll/ActionTest.php.

deleteCategoryOfRelation ( )
Test:
See Also
DataSet/Assertion/deleteCategoryRecordOfCategoryRelation.csv

Definition at line 215 of file ManyToMany/PublishAll/ActionTest.php.

deleteCategoryRelation ( )
Test:
See Also
DataSet/Assertion/deleteCategoryRelation.csv

Definition at line 51 of file ManyToMany/PublishAll/ActionTest.php.

deleteContentOfRelation ( )
Test:
See Also
DataSet/Assertion/deleteContentRecordOfCategoryRelation.csv

Definition at line 200 of file ManyToMany/PublishAll/ActionTest.php.

localizeCategoryOfRelation ( )
Test:
See Also
DataSet/Assertion/localizeCategoryRecordOfCategoryRelation.csv

Definition at line 279 of file ManyToMany/PublishAll/ActionTest.php.

localizeContentOfRelation ( )
Test:
See Also
DataSet/Assertion/localizeContentRecordOfCategoryRelation.csv

Definition at line 263 of file ManyToMany/PublishAll/ActionTest.php.

modifyBothsOfRelation ( )
Test:
See Also
DataSet/Assertion/modifyBothRecordsOfCategoryRelation.csv

Definition at line 182 of file ManyToMany/PublishAll/ActionTest.php.

modifyCategoryOfRelation ( )
Test:
See Also
DataSet/Assertion/modifyCategoryRecordOfCategoryRelation.csv

Definition at line 151 of file ManyToMany/PublishAll/ActionTest.php.

modifyContentOfRelation ( )
Test:
See Also
DataSet/Assertion/modifyContentRecordOfCategoryRelation.csv

Definition at line 167 of file ManyToMany/PublishAll/ActionTest.php.

moveContentOfRelationToDifferentPage ( )
Test:
See Also
DataSet/Assertion/moveContentRecordOfCategoryRelationToDifferentPage.csv

Definition at line 295 of file ManyToMany/PublishAll/ActionTest.php.

Member Data Documentation

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

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