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

Member Function Documentation

addCategoryRelation ( )

MM Relations

Test:
See Also
DataSet/Assertion/addCategoryRelation.csv

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

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

Definition at line 68 of file ManyToMany/Modify/ActionTest.php.

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

Definition at line 234 of file ManyToMany/Modify/ActionTest.php.

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

Definition at line 219 of file ManyToMany/Modify/ActionTest.php.

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

Definition at line 294 of file ManyToMany/Modify/ActionTest.php.

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

Definition at line 100 of file ManyToMany/Modify/ActionTest.php.

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

Definition at line 134 of file ManyToMany/Modify/ActionTest.php.

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

Definition at line 83 of file ManyToMany/Modify/ActionTest.php.

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

Definition at line 117 of file ManyToMany/Modify/ActionTest.php.

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

Definition at line 204 of file ManyToMany/Modify/ActionTest.php.

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

Definition at line 50 of file ManyToMany/Modify/ActionTest.php.

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

Definition at line 190 of file ManyToMany/Modify/ActionTest.php.

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

Definition at line 264 of file ManyToMany/Modify/ActionTest.php.

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

Definition at line 249 of file ManyToMany/Modify/ActionTest.php.

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

Definition at line 173 of file ManyToMany/Modify/ActionTest.php.

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

Definition at line 144 of file ManyToMany/Modify/ActionTest.php.

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

Definition at line 159 of file ManyToMany/Modify/ActionTest.php.

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

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

Member Data Documentation

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

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