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

Member Function Documentation

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

Definition at line 194 of file IRRE/ForeignField/PublishAll/ActionTest.php.

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

Definition at line 289 of file IRRE/ForeignField/PublishAll/ActionTest.php.

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

Definition at line 304 of file IRRE/ForeignField/PublishAll/ActionTest.php.

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

Definition at line 98 of file IRRE/ForeignField/PublishAll/ActionTest.php.

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

Definition at line 114 of file IRRE/ForeignField/PublishAll/ActionTest.php.

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

Definition at line 341 of file IRRE/ForeignField/PublishAll/ActionTest.php.

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

Definition at line 365 of file IRRE/ForeignField/PublishAll/ActionTest.php.

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

Definition at line 380 of file IRRE/ForeignField/PublishAll/ActionTest.php.

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

Definition at line 401 of file IRRE/ForeignField/PublishAll/ActionTest.php.

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

Definition at line 416 of file IRRE/ForeignField/PublishAll/ActionTest.php.

createParentContent ( )

Parent content records

Test:
See Also
DataSet/Assertion/createParentContentRecord.csv

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

createParentContentWithHotelAndOfferChildren ( )

IRRE Child Records

Test:
See Also
DataSet/Assertion/createParentContentRecordWithHotelAndOfferChildRecords.csv

Definition at line 323 of file IRRE/ForeignField/PublishAll/ActionTest.php.

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

Definition at line 275 of file IRRE/ForeignField/PublishAll/ActionTest.php.

References $response.

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

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

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

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

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

Definition at line 130 of file IRRE/ForeignField/PublishAll/ActionTest.php.

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

Definition at line 162 of file IRRE/ForeignField/PublishAll/ActionTest.php.

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

Definition at line 146 of file IRRE/ForeignField/PublishAll/ActionTest.php.

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

Definition at line 178 of file IRRE/ForeignField/PublishAll/ActionTest.php.

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

Definition at line 554 of file IRRE/ForeignField/PublishAll/ActionTest.php.

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

Definition at line 431 of file IRRE/ForeignField/PublishAll/ActionTest.php.

modifyPage ( )

Page records

Test:
See Also
DataSet/Assertion/modifyPageRecord.csv

Definition at line 257 of file IRRE/ForeignField/PublishAll/ActionTest.php.

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

Definition at line 519 of file IRRE/ForeignField/PublishAll/ActionTest.php.

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

Definition at line 447 of file IRRE/ForeignField/PublishAll/ActionTest.php.

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

Definition at line 535 of file IRRE/ForeignField/PublishAll/ActionTest.php.

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

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

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

Definition at line 463 of file IRRE/ForeignField/PublishAll/ActionTest.php.

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

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

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

Definition at line 479 of file IRRE/ForeignField/PublishAll/ActionTest.php.

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

Definition at line 213 of file IRRE/ForeignField/PublishAll/ActionTest.php.

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

Definition at line 232 of file IRRE/ForeignField/PublishAll/ActionTest.php.

Member Data Documentation

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

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