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

 addCategoryRelation ()
 
 deleteCategoryRelation ()
 
 changeCategoryRelationSorting ()
 
 createContentAndAddRelation ()
 
 createCategoryAndAddRelation ()
 
 createContentAndCreateRelation ()
 
 createCategoryAndCreateRelation ()
 
 modifyCategoryOfRelation ()
 
 modifyContentOfRelation ()
 
 modifyBothsOfRelation ()
 
 deleteContentOfRelation ()
 
 deleteCategoryOfRelation ()
 
 copyContentOfRelation ()
 
 copyCategoryOfRelation ()
 
 localizeContentOfRelation ()
 
 localizeCategoryOfRelation ()
 
 moveContentOfRelationToDifferentPage ()
 
 copyPage ()
 

Public Attributes

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

 setUp ()
 

Protected Attributes

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

Detailed Description

Functional test for the DataHandler

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

Member Function Documentation

addCategoryRelation ( )

MM Relations

Test:
See Also
DataSet/Assertion/addCategoryRelation.csv

Definition at line 70 of file ManyToMany/AbstractActionTestCase.php.

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

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

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

Definition at line 210 of file ManyToMany/AbstractActionTestCase.php.

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

Definition at line 201 of file ManyToMany/AbstractActionTestCase.php.

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

Definition at line 245 of file ManyToMany/AbstractActionTestCase.php.

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

Definition at line 115 of file ManyToMany/AbstractActionTestCase.php.

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

Definition at line 144 of file ManyToMany/AbstractActionTestCase.php.

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

Definition at line 103 of file ManyToMany/AbstractActionTestCase.php.

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

Definition at line 127 of file ManyToMany/AbstractActionTestCase.php.

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

Definition at line 193 of file ManyToMany/AbstractActionTestCase.php.

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

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

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

Definition at line 185 of file ManyToMany/AbstractActionTestCase.php.

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

Definition at line 228 of file ManyToMany/AbstractActionTestCase.php.

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

Definition at line 219 of file ManyToMany/AbstractActionTestCase.php.

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

Definition at line 176 of file ManyToMany/AbstractActionTestCase.php.

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

Definition at line 160 of file ManyToMany/AbstractActionTestCase.php.

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

Definition at line 168 of file ManyToMany/AbstractActionTestCase.php.

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

Definition at line 237 of file ManyToMany/AbstractActionTestCase.php.

setUp ( )
protected

Definition at line 51 of file ManyToMany/AbstractActionTestCase.php.

Member Data Documentation

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

Definition at line 45 of file ManyToMany/AbstractActionTestCase.php.

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

Definition at line 40 of file ManyToMany/AbstractActionTestCase.php.

const TABLE_Category = 'sys_category'

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

const TABLE_Content = 'tt_content'

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

const TABLE_ContentCategory_ManyToMany = 'sys_category_record_mm'

Definition at line 35 of file ManyToMany/AbstractActionTestCase.php.

const TABLE_Page = 'pages'

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

const VALUE_CategoryIdFirst = 28

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

const VALUE_CategoryIdLast = 31

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

const VALUE_CategoryIdSecond = 29

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

const VALUE_ContentIdFirst = 297

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

const VALUE_ContentIdLast = 298

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

const VALUE_LanguageId = 1

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

const VALUE_PageId = 89

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

const VALUE_PageIdTarget = 90

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

const VALUE_WorkspaceId = 1

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