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

Public Member Functions

 modifyContent ()
 
 deleteContent ()
 
 copyContent ()
 
 localizeContent ()
 
 changeContentSorting ()
 
 moveContentToDifferentPage ()
 
 moveContentToDifferentPageAndChangeSorting ()
 
 createContentWithFileReference ()
 
 modifyContentWithFileReference ()
 
 modifyContentAndAddFileReference ()
 
 modifyContentAndDeleteFileReference ()
 
 modifyContentAndDeleteAllFileReference ()
 

Protected Attributes

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

Additional Inherited Members

- Public Attributes inherited from AbstractActionTestCase
const VALUE_WorkspaceId = 1
 
- Protected Member Functions inherited from AbstractActionTestCase
 setUp ()
 

Detailed Description

Functional test for the DataHandler

Definition at line 20 of file FAL/Publish/ActionTest.php.

Member Function Documentation

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

Definition at line 110 of file FAL/Publish/ActionTest.php.

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

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

createContentWithFileReference ( )

File references

Test:
See Also
DataSets/createContentWFileReference.csv

Definition at line 184 of file FAL/Publish/ActionTest.php.

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

Definition at line 53 of file FAL/Publish/ActionTest.php.

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

Definition at line 88 of file FAL/Publish/ActionTest.php.

modifyContent ( )

Content records

Test:
See Also
DataSet/Assertion/modifyContentRecord.csv

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

modifyContentAndAddFileReference ( )
Test:
See Also
DataSets/modifyContentNAddFileReference.csv

Definition at line 220 of file FAL/Publish/ActionTest.php.

modifyContentAndDeleteAllFileReference ( )
Test:
See Also
DataSets/modifyContentNDeleteAllFileReference.csv

Definition at line 255 of file FAL/Publish/ActionTest.php.

modifyContentAndDeleteFileReference ( )
Test:
See Also
DataSets/modifyContentNDeleteFileReference.csv

Definition at line 236 of file FAL/Publish/ActionTest.php.

modifyContentWithFileReference ( )
Test:
See Also
DataSets/modifyContentWFileReference.csv

Definition at line 202 of file FAL/Publish/ActionTest.php.

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

Definition at line 131 of file FAL/Publish/ActionTest.php.

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

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

Member Data Documentation

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

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