TYPO3  7.6
Public Member Functions | Protected 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 ()
 
 createAndLocalizeParentContentWithHotelAndOfferChildrenAndDiscardCreatedParent ()
 
 createAndLocalizeParentContentWithHotelAndOfferChildrenAndDiscardLocalizedParent ()
 
 modifyOnlyHotelChild ()
 
 modifyParentAndChangeHotelChildrenSorting ()
 
 modifyParentWithHotelChild ()
 
 modifyParentWithHotelChildAndDiscardModifiedParent ()
 
 modifyParentWithHotelChildAndDiscardAll ()
 
 modifyParentAndAddHotelChild ()
 
 modifyParentAndDeleteHotelChild ()
 
 modifyAndDiscardAndModifyParentWithHotelChild ()
 

Protected Member Functions

 setUp ()
 
- Protected Member Functions inherited from AbstractActionTestCase
 setUp ()
 

Protected Attributes

 $assertionDataSetDirectory = 'typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/CSV/Publish/DataSet/'
 
- Protected Attributes inherited from AbstractActionTestCase
 $scenarioDataSetDirectory = 'typo3/sysext/workspaces/Tests/Functional/DataHandling/IRRE/CSV/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_1ncsv_hotel'
 
const TABLE_Offer = 'tx_irretutorial_1ncsv_offer'
 
const FIELD_ContentHotel = 'tx_irretutorial_1ncsv_hotels'
 
const FIELD_HotelOffer = 'offers'
 

Detailed Description

Functional test for the DataHandler

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

Member Function Documentation

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

Definition at line 200 of file IRRE/CSV/Publish/ActionTest.php.

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

Definition at line 298 of file IRRE/CSV/Publish/ActionTest.php.

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

Definition at line 318 of file IRRE/CSV/Publish/ActionTest.php.

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

Definition at line 104 of file IRRE/CSV/Publish/ActionTest.php.

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

Definition at line 120 of file IRRE/CSV/Publish/ActionTest.php.

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

Definition at line 360 of file IRRE/CSV/Publish/ActionTest.php.

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

Definition at line 385 of file IRRE/CSV/Publish/ActionTest.php.

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

Definition at line 402 of file IRRE/CSV/Publish/ActionTest.php.

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

Definition at line 424 of file IRRE/CSV/Publish/ActionTest.php.

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

Definition at line 440 of file IRRE/CSV/Publish/ActionTest.php.

createParentContent ( )
Test:
See Also
DataSet/Assertion/createParentContentRecord.csv

Definition at line 40 of file IRRE/CSV/Publish/ActionTest.php.

createParentContentWithHotelAndOfferChildren ( )

IRRE Child Records

Test:
See Also
DataSet/Assertion/createParentContentRecordWithHotelAndOfferChildRecords.csv

Definition at line 342 of file IRRE/CSV/Publish/ActionTest.php.

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

Definition at line 284 of file IRRE/CSV/Publish/ActionTest.php.

References $response.

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

Definition at line 73 of file IRRE/CSV/Publish/ActionTest.php.

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

Definition at line 88 of file IRRE/CSV/Publish/ActionTest.php.

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

Definition at line 136 of file IRRE/CSV/Publish/ActionTest.php.

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

Definition at line 168 of file IRRE/CSV/Publish/ActionTest.php.

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

Definition at line 152 of file IRRE/CSV/Publish/ActionTest.php.

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

Definition at line 184 of file IRRE/CSV/Publish/ActionTest.php.

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

Definition at line 583 of file IRRE/CSV/Publish/ActionTest.php.

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

Definition at line 457 of file IRRE/CSV/Publish/ActionTest.php.

modifyPage ( )

Page records

Test:
See Also
DataSet/Assertion/modifyPageRecord.csv

Definition at line 266 of file IRRE/CSV/Publish/ActionTest.php.

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

Definition at line 548 of file IRRE/CSV/Publish/ActionTest.php.

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

Definition at line 473 of file IRRE/CSV/Publish/ActionTest.php.

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

Definition at line 564 of file IRRE/CSV/Publish/ActionTest.php.

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

Definition at line 55 of file IRRE/CSV/Publish/ActionTest.php.

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

Definition at line 489 of file IRRE/CSV/Publish/ActionTest.php.

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

Definition at line 529 of file IRRE/CSV/Publish/ActionTest.php.

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

Definition at line 505 of file IRRE/CSV/Publish/ActionTest.php.

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

Definition at line 219 of file IRRE/CSV/Publish/ActionTest.php.

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

Definition at line 237 of file IRRE/CSV/Publish/ActionTest.php.

setUp ( )
protected

Parent content records

Definition at line 31 of file IRRE/CSV/Publish/ActionTest.php.

Member Data Documentation

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

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