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

 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 ()
 

Public Attributes

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

 setUp ()
 

Protected Attributes

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

Detailed Description

Functional test for the DataHandler

Definition at line 20 of file IRRE/ForeignField/AbstractActionTestCase.php.

Member Function Documentation

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

Definition at line 180 of file IRRE/ForeignField/AbstractActionTestCase.php.

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

Definition at line 225 of file IRRE/ForeignField/AbstractActionTestCase.php.

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

Definition at line 237 of file IRRE/ForeignField/AbstractActionTestCase.php.

References $GLOBALS.

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

Definition at line 114 of file IRRE/ForeignField/AbstractActionTestCase.php.

copyParentContentToDifferentPage ( )
See Also
DataSet/copyParentContentToDifferentPage.csv

Definition at line 123 of file IRRE/ForeignField/AbstractActionTestCase.php.

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

Definition at line 274 of file IRRE/ForeignField/AbstractActionTestCase.php.

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

Definition at line 294 of file IRRE/ForeignField/AbstractActionTestCase.php.

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

Definition at line 314 of file IRRE/ForeignField/AbstractActionTestCase.php.

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

Definition at line 353 of file IRRE/ForeignField/AbstractActionTestCase.php.

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

Definition at line 373 of file IRRE/ForeignField/AbstractActionTestCase.php.

createAndLocalizeParentContentWithHotelAndOfferChildrenWithoutSortByConfiguration ( )
See Also
DataSet/Assertion/createAndLocalizeParentContentRecordWithHotelAndOfferChildRecords.csv

Definition at line 333 of file IRRE/ForeignField/AbstractActionTestCase.php.

References $GLOBALS.

createParentContent ( )

Parent content records

See Also
DataSet/Assertion/createParentContentRecord.csv

Definition at line 79 of file IRRE/ForeignField/AbstractActionTestCase.php.

createParentContentWithHotelAndOfferChildren ( )

IRRE Child Records

See Also
DataSet/Assertion/createParentContentRecordWithHotelAndOfferChildRecords.csv

Definition at line 258 of file IRRE/ForeignField/AbstractActionTestCase.php.

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

Definition at line 217 of file IRRE/ForeignField/AbstractActionTestCase.php.

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

Definition at line 96 of file IRRE/ForeignField/AbstractActionTestCase.php.

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

Definition at line 104 of file IRRE/ForeignField/AbstractActionTestCase.php.

localizeParentContentInKeepMode ( )
See Also
DataSet/localizeParentContentKeep.csv

Definition at line 132 of file IRRE/ForeignField/AbstractActionTestCase.php.

References $GLOBALS.

localizeParentContentInSelectMode ( )
See Also
DataSet/localizeParentContentSelect.csv

Definition at line 156 of file IRRE/ForeignField/AbstractActionTestCase.php.

References $GLOBALS.

localizeParentContentWithAllChildrenInKeepMode ( )
See Also
DataSet/localizeParentContentWAllChildrenKeep.csv

Definition at line 144 of file IRRE/ForeignField/AbstractActionTestCase.php.

References $GLOBALS.

localizeParentContentWithAllChildrenInSelectMode ( )
See Also
DataSet/localizeParentContentWAllChildrenSelect.csv

Definition at line 168 of file IRRE/ForeignField/AbstractActionTestCase.php.

References $GLOBALS.

modifyAndDiscardAndModifyParentWithHotelChild ( )
See Also
DataSet/modifyNDiscardNModifyParentWHotelChild.csv

Definition at line 488 of file IRRE/ForeignField/AbstractActionTestCase.php.

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

Definition at line 393 of file IRRE/ForeignField/AbstractActionTestCase.php.

modifyPage ( )

Page records

See Also
DataSet/Assertion/modifyPageRecord.csv

Definition at line 209 of file IRRE/ForeignField/AbstractActionTestCase.php.

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

Definition at line 461 of file IRRE/ForeignField/AbstractActionTestCase.php.

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

Definition at line 401 of file IRRE/ForeignField/AbstractActionTestCase.php.

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

Definition at line 475 of file IRRE/ForeignField/AbstractActionTestCase.php.

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

Definition at line 88 of file IRRE/ForeignField/AbstractActionTestCase.php.

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

Definition at line 409 of file IRRE/ForeignField/AbstractActionTestCase.php.

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

Definition at line 439 of file IRRE/ForeignField/AbstractActionTestCase.php.

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

Definition at line 423 of file IRRE/ForeignField/AbstractActionTestCase.php.

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

Definition at line 188 of file IRRE/ForeignField/AbstractActionTestCase.php.

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

Definition at line 196 of file IRRE/ForeignField/AbstractActionTestCase.php.

setUp ( )
protected

Definition at line 55 of file IRRE/ForeignField/AbstractActionTestCase.php.

Member Data Documentation

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

Definition at line 49 of file IRRE/ForeignField/AbstractActionTestCase.php.

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

Definition at line 44 of file IRRE/ForeignField/AbstractActionTestCase.php.

const FIELD_ContentHotel = 'tx_irretutorial_1nff_hotels'

Definition at line 38 of file IRRE/ForeignField/AbstractActionTestCase.php.

const FIELD_HotelOffer = 'offers'

Definition at line 39 of file IRRE/ForeignField/AbstractActionTestCase.php.

const TABLE_Content = 'tt_content'

Definition at line 34 of file IRRE/ForeignField/AbstractActionTestCase.php.

const TABLE_Hotel = 'tx_irretutorial_1nff_hotel'

Definition at line 35 of file IRRE/ForeignField/AbstractActionTestCase.php.

const TABLE_Offer = 'tx_irretutorial_1nff_offer'

Definition at line 36 of file IRRE/ForeignField/AbstractActionTestCase.php.

const TABLE_Page = 'pages'

Definition at line 33 of file IRRE/ForeignField/AbstractActionTestCase.php.

const VALUE_ContentIdFirst = 297

Definition at line 25 of file IRRE/ForeignField/AbstractActionTestCase.php.

const VALUE_ContentIdLast = 298

Definition at line 26 of file IRRE/ForeignField/AbstractActionTestCase.php.

const VALUE_HotelIdFirst = 3

Definition at line 27 of file IRRE/ForeignField/AbstractActionTestCase.php.

const VALUE_HotelIdSecond = 4

Definition at line 28 of file IRRE/ForeignField/AbstractActionTestCase.php.

const VALUE_HotelIdThird = 5

Definition at line 29 of file IRRE/ForeignField/AbstractActionTestCase.php.

const VALUE_LanguageId = 1

Definition at line 30 of file IRRE/ForeignField/AbstractActionTestCase.php.

const VALUE_PageId = 89

Definition at line 22 of file IRRE/ForeignField/AbstractActionTestCase.php.

const VALUE_PageIdTarget = 90

Definition at line 23 of file IRRE/ForeignField/AbstractActionTestCase.php.

const VALUE_PageIdWebsite = 1

Definition at line 24 of file IRRE/ForeignField/AbstractActionTestCase.php.

const VALUE_WorkspaceId = 1

Definition at line 31 of file IRRE/ForeignField/AbstractActionTestCase.php.