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

Public Member Functions

 createParentContent ()
 
 modifyParentContent ()
 
 deleteParentContent ()
 
 deleteParentContentAndDiscardDeletedParent ()
 
 copyParentContent ()
 
 copyParentContentToDifferentPage ()
 
 localizeParentContentInKeepMode ()
 
 localizeParentContentWithAllChildrenInKeepMode ()
 
 localizeParentContentInSelectMode ()
 
 localizeParentContentWithAllChildrenInSelectMode ()
 
 changeParentContentSorting ()
 
 moveParentContentToDifferentPage ()
 
 moveParentContentToDifferentPageAndChangeSorting ()
 
 modifyPage ()
 
 deletePage ()
 
 copyPage ()
 
 copyPageWithHotelBeforeParentContent ()
 
 createParentContentWithHotelAndOfferChildren ()
 
 createAndCopyParentContentWithHotelAndOfferChildren ()
 
 createAndCopyParentContentWithHotelAndOfferChildrenAndDiscardCopiedParent ()
 
 createAndLocalizeParentContentWithHotelAndOfferChildren ()
 
 createAndLocalizeParentContentWithHotelAndOfferChildrenAndDiscardCreatedParent ()
 
 createAndLocalizeParentContentWithHotelAndOfferChildrenAndDiscardLocalizedParent ()
 
 modifyOnlyHotelChild ()
 
 modifyParentAndChangeHotelChildrenSorting ()
 
 modifyParentWithHotelChild ()
 
 modifyParentWithHotelChildAndDiscardModifiedParent ()
 
 modifyParentWithHotelChildAndDiscardAll ()
 
 modifyParentAndAddHotelChild ()
 
 modifyParentAndDeleteHotelChild ()
 
 modifyAndDiscardAndModifyParentWithHotelChild ()
 
- Public Member Functions inherited from AbstractActionTestCase
 createParentContent ()
 
 modifyParentContent ()
 
 deleteParentContent ()
 
 deleteParentContentAndDiscardDeletedParent ()
 
 copyParentContent ()
 
 copyParentContentToDifferentPage ()
 
 localizeParentContentInKeepMode ()
 
 localizeParentContentWithAllChildrenInKeepMode ()
 
 localizeParentContentInSelectMode ()
 
 localizeParentContentWithAllChildrenInSelectMode ()
 
 changeParentContentSorting ()
 
 moveParentContentToDifferentPage ()
 
 moveParentContentToDifferentPageAndChangeSorting ()
 
 modifyPage ()
 
 deletePage ()
 
 copyPage ()
 
 copyPageWithHotelBeforeParentContent ()
 
 createParentContentWithHotelAndOfferChildren ()
 
 createAndCopyParentContentWithHotelAndOfferChildren ()
 
 createAndCopyParentContentWithHotelAndOfferChildrenAndDiscardCopiedParent ()
 
 createAndLocalizeParentContentWithHotelAndOfferChildren ()
 
 createAndLocalizeParentContentWithHotelAndOfferChildrenWithoutSortByConfiguration ()
 
 createAndLocalizeParentContentWithHotelAndOfferChildrenAndDiscardCreatedParent ()
 
 createAndLocalizeParentContentWithHotelAndOfferChildrenAndDiscardLocalizedParent ()
 
 modifyOnlyHotelChild ()
 
 modifyParentAndChangeHotelChildrenSorting ()
 
 modifyParentWithHotelChild ()
 
 modifyParentWithHotelChildAndDiscardModifiedParent ()
 
 modifyParentWithHotelChildAndDiscardAll ()
 
 modifyParentAndAddHotelChild ()
 
 modifyParentAndDeleteHotelChild ()
 
 modifyAndDiscardAndModifyParentWithHotelChild ()
 

Protected Attributes

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

Additional Inherited Members

- Public Attributes inherited from AbstractActionTestCase
const VALUE_PageId = 89
 
const VALUE_PageIdTarget = 90
 
const VALUE_PageIdWebsite = 1
 
const VALUE_ContentIdFirst = 297
 
const VALUE_ContentIdLast = 298
 
const VALUE_HotelIdFirst = 3
 
const VALUE_HotelIdSecond = 4
 
const VALUE_HotelIdThird = 5
 
const VALUE_LanguageId = 1
 
const VALUE_WorkspaceId = 1
 
const TABLE_Page = 'pages'
 
const TABLE_Content = 'tt_content'
 
const TABLE_Hotel = 'tx_irretutorial_1nff_hotel'
 
const TABLE_Offer = 'tx_irretutorial_1nff_offer'
 
const FIELD_ContentHotel = 'tx_irretutorial_1nff_hotels'
 
const FIELD_HotelOffer = 'offers'
 
- Protected Member Functions inherited from AbstractActionTestCase
 setUp ()
 

Detailed Description

Functional test for the DataHandler

Definition at line 20 of file IRRE/ForeignField/Publish/ActionTest.php.

Member Function Documentation

changeParentContentSorting ( )
Test:
See Also
DataSet/Assertion/changeParentContentRecordSorting.csv

Definition at line 195 of file IRRE/ForeignField/Publish/ActionTest.php.

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

Definition at line 294 of file IRRE/ForeignField/Publish/ActionTest.php.

copyPageWithHotelBeforeParentContent ( )
Test:
See Also
DataSet/Assertion/copyPageWHotelBeforeParentContent.csv

Definition at line 314 of file IRRE/ForeignField/Publish/ActionTest.php.

copyParentContent ( )
Test:
See Also
DataSet/Assertion/copyParentContentRecord.csv

Definition at line 99 of file IRRE/ForeignField/Publish/ActionTest.php.

copyParentContentToDifferentPage ( )
Test:
See Also
DataSet/copyParentContentToDifferentPage.csv

Definition at line 115 of file IRRE/ForeignField/Publish/ActionTest.php.

createAndCopyParentContentWithHotelAndOfferChildren ( )
Test:
See Also
DataSet/Assertion/createAndCopyParentContentRecordWithHotelAndOfferChildRecords.csv

Definition at line 356 of file IRRE/ForeignField/Publish/ActionTest.php.

createAndCopyParentContentWithHotelAndOfferChildrenAndDiscardCopiedParent ( )
Test:
See Also
DataSet/Assertion/createAndCopyParentContentRecordWithHotelAndOfferChildRecordsAndDiscardCopiedParentRecord.csv

Definition at line 381 of file IRRE/ForeignField/Publish/ActionTest.php.

createAndLocalizeParentContentWithHotelAndOfferChildren ( )
Test:
See Also
DataSet/Assertion/createAndLocalizeParentContentRecordWithHotelAndOfferChildRecords.csv

Definition at line 398 of file IRRE/ForeignField/Publish/ActionTest.php.

createAndLocalizeParentContentWithHotelAndOfferChildrenAndDiscardCreatedParent ( )
Test:
See Also
DataSet/Assertion/createNLocalizeParentContentNHotelNOfferChildrenNDiscardCreatedParent.csv

Definition at line 420 of file IRRE/ForeignField/Publish/ActionTest.php.

createAndLocalizeParentContentWithHotelAndOfferChildrenAndDiscardLocalizedParent ( )
Test:
See Also
DataSet/Assertion/createAndLocalizeParentContentRecordWithHotelAndOfferChildRecordsAndDiscardLocalizedParentRecord.csv

Definition at line 436 of file IRRE/ForeignField/Publish/ActionTest.php.

createParentContent ( )

Parent content records

Test:
See Also
DataSet/Assertion/createParentContentRecord.csv

Definition at line 35 of file IRRE/ForeignField/Publish/ActionTest.php.

createParentContentWithHotelAndOfferChildren ( )

IRRE Child Records

Test:
See Also
DataSet/Assertion/createParentContentRecordWithHotelAndOfferChildRecords.csv

Definition at line 338 of file IRRE/ForeignField/Publish/ActionTest.php.

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

Definition at line 280 of file IRRE/ForeignField/Publish/ActionTest.php.

References $response.

deleteParentContent ( )
Test:
See Also
DataSet/Assertion/deleteParentContentRecord.csv

Definition at line 68 of file IRRE/ForeignField/Publish/ActionTest.php.

deleteParentContentAndDiscardDeletedParent ( )
Test:
See Also
DataSet/Assertion/deleteParentContentRecordAndDiscardDeletedParentRecord.csv

Definition at line 83 of file IRRE/ForeignField/Publish/ActionTest.php.

localizeParentContentInKeepMode ( )
Test:
See Also
DataSet/localizeParentContentKeep.csv

Definition at line 131 of file IRRE/ForeignField/Publish/ActionTest.php.

localizeParentContentInSelectMode ( )
Test:
See Also
DataSet/localizeParentContentSelect.csv

Definition at line 163 of file IRRE/ForeignField/Publish/ActionTest.php.

localizeParentContentWithAllChildrenInKeepMode ( )
Test:
See Also
DataSet/localizeParentContentWAllChildrenKeep.csv

Definition at line 147 of file IRRE/ForeignField/Publish/ActionTest.php.

localizeParentContentWithAllChildrenInSelectMode ( )
Test:
See Also
DataSet/localizeParentContentWAllChildrenSelect.csv

Definition at line 179 of file IRRE/ForeignField/Publish/ActionTest.php.

modifyAndDiscardAndModifyParentWithHotelChild ( )
Test:
See Also
DataSet/modifyNDiscardNModifyParentWHotelChild.csv

Definition at line 579 of file IRRE/ForeignField/Publish/ActionTest.php.

modifyOnlyHotelChild ( )
Test:
See Also
DataSet/Assertion/modifyOnlyHotelChildRecord.csv

Definition at line 453 of file IRRE/ForeignField/Publish/ActionTest.php.

modifyPage ( )

Page records

Test:
See Also
DataSet/Assertion/modifyPageRecord.csv

Definition at line 262 of file IRRE/ForeignField/Publish/ActionTest.php.

modifyParentAndAddHotelChild ( )
Test:
See Also
DataSet/Assertion/modifyParentRecordAndAddHotelChildRecord.csv

Definition at line 544 of file IRRE/ForeignField/Publish/ActionTest.php.

modifyParentAndChangeHotelChildrenSorting ( )
Test:
See Also
DataSet/Assertion/modifyParentRecordAndChangeHotelChildRecordsSorting.csv

Definition at line 469 of file IRRE/ForeignField/Publish/ActionTest.php.

modifyParentAndDeleteHotelChild ( )
Test:
See Also
DataSet/Assertion/modifyParentRecordAndDeleteHotelChildRecord.csv

Definition at line 560 of file IRRE/ForeignField/Publish/ActionTest.php.

modifyParentContent ( )
Test:
See Also
DataSet/Assertion/modifyParentContentRecord.csv

Definition at line 50 of file IRRE/ForeignField/Publish/ActionTest.php.

modifyParentWithHotelChild ( )
Test:
See Also
DataSet/Assertion/modifyParentRecordWithHotelChildRecord.csv

Definition at line 485 of file IRRE/ForeignField/Publish/ActionTest.php.

modifyParentWithHotelChildAndDiscardAll ( )
Test:
See Also
DataSet/Assertion/modifyParentRecordWithHotelChildRecordAndDiscardAllModifiedRecords.csv

Definition at line 525 of file IRRE/ForeignField/Publish/ActionTest.php.

modifyParentWithHotelChildAndDiscardModifiedParent ( )
Test:
See Also
DataSet/Assertion/modifyParentRecordWithHotelChildRecordAndDiscardModifiedParentRecord.csv

Definition at line 501 of file IRRE/ForeignField/Publish/ActionTest.php.

moveParentContentToDifferentPage ( )
Test:
See Also
DataSet/Assertion/moveParentContentRecordToDifferentPage.csv

Definition at line 214 of file IRRE/ForeignField/Publish/ActionTest.php.

moveParentContentToDifferentPageAndChangeSorting ( )
Test:
See Also
DataSet/Assertion/moveParentContentRecordToDifferentPageAndChangeSorting.csv

Definition at line 233 of file IRRE/ForeignField/Publish/ActionTest.php.

Member Data Documentation

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

Definition at line 25 of file IRRE/ForeignField/Publish/ActionTest.php.