TYPO3 CMS  TYPO3_6-2
TYPO3\CMS\Core\Tests\Functional\DataHandling\IRRE\ForeignField\AbstractActionTestCase Class Reference
Inheritance diagram for TYPO3\CMS\Core\Tests\Functional\DataHandling\IRRE\ForeignField\AbstractActionTestCase:
TYPO3\CMS\Core\Tests\Functional\DataHandling\AbstractDataHandlerActionTestCase TYPO3\CMS\Core\Tests\FunctionalTestCase TYPO3\CMS\Core\Tests\BaseTestCase TYPO3\CMS\Core\Tests\Functional\DataHandling\IRRE\ForeignField\Modify\ActionTest

Public Member Functions

 setUp ()
 
 createParentContent ()
 
 modifyParentContent ()
 
 deleteParentContent ()
 
 copyParentContent ()
 
 copyParentContentToDifferentPage ()
 
 localizeParentContentInKeepMode ()
 
 localizeParentContentWithAllChildrenInKeepMode ()
 
 localizeParentContentInSelectMode ()
 
 localizeParentContentWithAllChildrenInSelectMode ()
 
 changeParentContentSorting ()
 
 moveParentContentToDifferentPage ()
 
 moveParentContentToDifferentPageAndChangeSorting ()
 
 modifyPage ()
 
 deletePage ()
 
 copyPage ()
 
 copyPageWithHotelBeforeParentContent ()
 
 createParentContentWithHotelAndOfferChildren ()
 
 createAndCopyParentContentWithHotelAndOfferChildren ()
 
 createAndLocalizeParentContentWithHotelAndOfferChildren ()
 
 createAndLocalizeParentContentWithHotelAndOfferChildrenWithoutSortByConfiguration ()
 
 modifyOnlyHotelChild ()
 
 modifyParentAndChangeHotelChildrenSorting ()
 
 modifyParentWithHotelChild ()
 
 modifyParentAndAddHotelChild ()
 
 modifyParentAndDeleteHotelChild ()
 
- Public Member Functions inherited from TYPO3\CMS\Core\Tests\Functional\DataHandling\AbstractDataHandlerActionTestCase
 setUp ()
 
 tearDown ()
 
- Public Member Functions inherited from TYPO3\CMS\Core\Tests\FunctionalTestCase
 setUp ()
 

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 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'
 
- Public Attributes inherited from TYPO3\CMS\Core\Tests\Functional\DataHandling\AbstractDataHandlerActionTestCase
const VALUE_BackendUserId = 1
 

Protected Attributes

 $scenarioDataSetDirectory = 'typo3/sysext/core/Tests/Functional/DataHandling/IRRE/ForeignField/DataSet/'
 
- Protected Attributes inherited from TYPO3\CMS\Core\Tests\Functional\DataHandling\AbstractDataHandlerActionTestCase
 $scenarioDataSetDirectory
 
 $assertionDataSetDirectory
 
 $expectedErrorLogEntries = 0
 
 $testExtensionsToLoad
 
 $pathsToLinkInTestInstance
 
 $recordIds = array()
 
 $actionService
 
 $backendUser
 
- Protected Attributes inherited from TYPO3\CMS\Core\Tests\FunctionalTestCase
 $coreExtensionsToLoad = array()
 
 $testExtensionsToLoad = array()
 
 $pathsToLinkInTestInstance = array()
 
 $configurationToUseInTestInstance = array()
 
 $additionalFoldersToCreate = array()
 
- Protected Attributes inherited from TYPO3\CMS\Core\Tests\BaseTestCase
 $backupGlobals = TRUE
 
 $backupStaticAttributes = FALSE
 

Additional Inherited Members

- Protected Member Functions inherited from TYPO3\CMS\Core\Tests\Functional\DataHandling\AbstractDataHandlerActionTestCase
 getActionService ()
 
 importScenarioDataSet ($dataSetName)
 
 assertAssertionDataSet ($dataSetName)
 
 assertInRecords (array $assertion, array $records)
 
 assertErrorLogEntries ()
 
 getAllRecords ($tableName, $hasUidField=FALSE)
 
 arrayToString (array $array)
 
 renderRecords (array $assertion, array $record)
 
 getDifferentFields (array $assertion, array $record)
 
 getRequestSectionHasRecordConstraint ()
 
 getRequestSectionDoesNotHaveRecordConstraint ()
 
 getRequestSectionStructureHasRecordConstraint ()
 
 getRequestSectionStructureDoesNotHaveRecordConstraint ()
 
- Protected Member Functions inherited from TYPO3\CMS\Core\Tests\FunctionalTestCase
 getInstanceIdentifier ()
 
 getInstancePath ()
 
 getDatabaseConnection ()
 
 setUpFrontendRootPage ($pageId, array $typoScriptFiles=array())
 
 getFrontendResponse ($pageId, $languageId=0, $backendUserId=0, $workspaceId=0, $failOnFailure=TRUE)
 
- Protected Member Functions inherited from TYPO3\CMS\Core\Tests\BaseTestCase
 getAccessibleMock ( $originalClassName, array $methods=array(), array $arguments=array(), $mockClassName='', $callOriginalConstructor=TRUE, $callOriginalClone=TRUE, $callAutoload=TRUE)
 
 getAccessibleMockForAbstractClass ( $originalClassName, array $arguments=array(), $mockClassName='', $callOriginalConstructor=TRUE, $callOriginalClone=TRUE, $callAutoload=TRUE)
 
 buildAccessibleProxy ($className)
 
 callInaccessibleMethod ($object, $name)
 
 inject ($target, $name, $dependency)
 
 getUniqueId ($prefix='')
 

Detailed Description

This file is part of the TYPO3 CMS project.

It is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, either version 2 of the License, or any later version.

For the full copyright and license information, please read the LICENSE.txt file that was distributed with this source code.

The TYPO3 project - inspiring people to share! Functional test for the DataHandler

Definition at line 22 of file AbstractActionTestCase.php.

Member Function Documentation

◆ changeParentContentSorting()

TYPO3\CMS\Core\Tests\Functional\DataHandling\IRRE\ForeignField\AbstractActionTestCase::changeParentContentSorting ( )
See also
DataSet/Assertion/changeParentContentRecordSorting.csv

Definition at line 150 of file AbstractActionTestCase.php.

◆ copyPage()

TYPO3\CMS\Core\Tests\Functional\DataHandling\IRRE\ForeignField\AbstractActionTestCase::copyPage ( )
See also
DataSet/Assertion/copyPageRecord.csv

Definition at line 190 of file AbstractActionTestCase.php.

◆ copyPageWithHotelBeforeParentContent()

TYPO3\CMS\Core\Tests\Functional\DataHandling\IRRE\ForeignField\AbstractActionTestCase::copyPageWithHotelBeforeParentContent ( )
See also
DataSet/Assertion/copyPageWHotelBeforeParentContent.csv

Definition at line 198 of file AbstractActionTestCase.php.

References $GLOBALS.

◆ copyParentContent()

TYPO3\CMS\Core\Tests\Functional\DataHandling\IRRE\ForeignField\AbstractActionTestCase::copyParentContent ( )
See also
DataSet/Assertion/copyParentContentRecord.csv

Definition at line 90 of file AbstractActionTestCase.php.

◆ copyParentContentToDifferentPage()

TYPO3\CMS\Core\Tests\Functional\DataHandling\IRRE\ForeignField\AbstractActionTestCase::copyParentContentToDifferentPage ( )
See also
DataSet/copyParentContentToDifferentPage.csv

Definition at line 98 of file AbstractActionTestCase.php.

◆ createAndCopyParentContentWithHotelAndOfferChildren()

TYPO3\CMS\Core\Tests\Functional\DataHandling\IRRE\ForeignField\AbstractActionTestCase::createAndCopyParentContentWithHotelAndOfferChildren ( )
See also
DataSet/Assertion/createAndCopyParentContentRecordWithHotelAndOfferChildRecords.csv

Definition at line 231 of file AbstractActionTestCase.php.

◆ createAndLocalizeParentContentWithHotelAndOfferChildren()

TYPO3\CMS\Core\Tests\Functional\DataHandling\IRRE\ForeignField\AbstractActionTestCase::createAndLocalizeParentContentWithHotelAndOfferChildren ( )
See also
DataSet/Assertion/createAndLocalizeParentContentRecordWithHotelAndOfferChildRecords.csv

Definition at line 250 of file AbstractActionTestCase.php.

◆ createAndLocalizeParentContentWithHotelAndOfferChildrenWithoutSortByConfiguration()

TYPO3\CMS\Core\Tests\Functional\DataHandling\IRRE\ForeignField\AbstractActionTestCase::createAndLocalizeParentContentWithHotelAndOfferChildrenWithoutSortByConfiguration ( )
See also
DataSet/Assertion/createAndLocalizeParentContentRecordWithHotelAndOfferChildRecords.csv

Definition at line 267 of file AbstractActionTestCase.php.

References $GLOBALS.

◆ createParentContent()

TYPO3\CMS\Core\Tests\Functional\DataHandling\IRRE\ForeignField\AbstractActionTestCase::createParentContent ( )

Parent content records

See also
DataSet/Assertion/createParentContentRecord.csv

Definition at line 69 of file AbstractActionTestCase.php.

◆ createParentContentWithHotelAndOfferChildren()

TYPO3\CMS\Core\Tests\Functional\DataHandling\IRRE\ForeignField\AbstractActionTestCase::createParentContentWithHotelAndOfferChildren ( )

IRRE Child Records

See also
DataSet/Assertion/createParentContentRecordWithHotelAndOfferChildRecords.csv

Definition at line 216 of file AbstractActionTestCase.php.

◆ deletePage()

TYPO3\CMS\Core\Tests\Functional\DataHandling\IRRE\ForeignField\AbstractActionTestCase::deletePage ( )
See also
DataSet/Assertion/deletePageRecord.csv

Definition at line 183 of file AbstractActionTestCase.php.

◆ deleteParentContent()

TYPO3\CMS\Core\Tests\Functional\DataHandling\IRRE\ForeignField\AbstractActionTestCase::deleteParentContent ( )
See also
DataSet/Assertion/deleteParentContentRecord.csv

Definition at line 83 of file AbstractActionTestCase.php.

◆ localizeParentContentInKeepMode()

TYPO3\CMS\Core\Tests\Functional\DataHandling\IRRE\ForeignField\AbstractActionTestCase::localizeParentContentInKeepMode ( )
See also
DataSet/localizeParentContentKeep.csv

Definition at line 106 of file AbstractActionTestCase.php.

References $GLOBALS.

◆ localizeParentContentInSelectMode()

TYPO3\CMS\Core\Tests\Functional\DataHandling\IRRE\ForeignField\AbstractActionTestCase::localizeParentContentInSelectMode ( )
See also
DataSet/localizeParentContentSelect.csv

Definition at line 128 of file AbstractActionTestCase.php.

References $GLOBALS.

◆ localizeParentContentWithAllChildrenInKeepMode()

TYPO3\CMS\Core\Tests\Functional\DataHandling\IRRE\ForeignField\AbstractActionTestCase::localizeParentContentWithAllChildrenInKeepMode ( )
See also
DataSet/localizeParentContentWAllChildrenKeep.csv

Definition at line 117 of file AbstractActionTestCase.php.

References $GLOBALS.

◆ localizeParentContentWithAllChildrenInSelectMode()

TYPO3\CMS\Core\Tests\Functional\DataHandling\IRRE\ForeignField\AbstractActionTestCase::localizeParentContentWithAllChildrenInSelectMode ( )
See also
DataSet/localizeParentContentWAllChildrenSelect.csv

Definition at line 139 of file AbstractActionTestCase.php.

References $GLOBALS.

◆ modifyOnlyHotelChild()

TYPO3\CMS\Core\Tests\Functional\DataHandling\IRRE\ForeignField\AbstractActionTestCase::modifyOnlyHotelChild ( )
See also
DataSet/Assertion/modifyOnlyHotelChildRecord.csv

Definition at line 286 of file AbstractActionTestCase.php.

◆ modifyPage()

TYPO3\CMS\Core\Tests\Functional\DataHandling\IRRE\ForeignField\AbstractActionTestCase::modifyPage ( )

Page records

See also
DataSet/Assertion/modifyPageRecord.csv

Definition at line 176 of file AbstractActionTestCase.php.

◆ modifyParentAndAddHotelChild()

TYPO3\CMS\Core\Tests\Functional\DataHandling\IRRE\ForeignField\AbstractActionTestCase::modifyParentAndAddHotelChild ( )
See also
DataSet/Assertion/modifyParentRecordAndAddHotelChildRecord.csv

Definition at line 313 of file AbstractActionTestCase.php.

◆ modifyParentAndChangeHotelChildrenSorting()

TYPO3\CMS\Core\Tests\Functional\DataHandling\IRRE\ForeignField\AbstractActionTestCase::modifyParentAndChangeHotelChildrenSorting ( )
See also
DataSet/Assertion/modifyParentRecordAndChangeHotelChildRecordsSorting.csv

Definition at line 293 of file AbstractActionTestCase.php.

◆ modifyParentAndDeleteHotelChild()

TYPO3\CMS\Core\Tests\Functional\DataHandling\IRRE\ForeignField\AbstractActionTestCase::modifyParentAndDeleteHotelChild ( )
See also
DataSet/Assertion/modifyParentRecordAndDeleteHotelChildRecord.csv

Definition at line 326 of file AbstractActionTestCase.php.

◆ modifyParentContent()

TYPO3\CMS\Core\Tests\Functional\DataHandling\IRRE\ForeignField\AbstractActionTestCase::modifyParentContent ( )
See also
DataSet/Assertion/modifyParentContentRecord.csv

Definition at line 76 of file AbstractActionTestCase.php.

◆ modifyParentWithHotelChild()

TYPO3\CMS\Core\Tests\Functional\DataHandling\IRRE\ForeignField\AbstractActionTestCase::modifyParentWithHotelChild ( )
See also
DataSet/Assertion/modifyParentRecordWithHotelChildRecord.csv

Definition at line 300 of file AbstractActionTestCase.php.

◆ moveParentContentToDifferentPage()

TYPO3\CMS\Core\Tests\Functional\DataHandling\IRRE\ForeignField\AbstractActionTestCase::moveParentContentToDifferentPage ( )
See also
DataSet/Assertion/moveParentContentRecordToDifferentPage.csv

Definition at line 157 of file AbstractActionTestCase.php.

◆ moveParentContentToDifferentPageAndChangeSorting()

TYPO3\CMS\Core\Tests\Functional\DataHandling\IRRE\ForeignField\AbstractActionTestCase::moveParentContentToDifferentPageAndChangeSorting ( )
See also
DataSet/Assertion/moveParentContentRecordToDifferentPageAndChangeSorting.csv

Definition at line 164 of file AbstractActionTestCase.php.

◆ setUp()

TYPO3\CMS\Core\Tests\Functional\DataHandling\IRRE\ForeignField\AbstractActionTestCase::setUp ( )

Member Data Documentation

◆ $scenarioDataSetDirectory

TYPO3\CMS\Core\Tests\Functional\DataHandling\IRRE\ForeignField\AbstractActionTestCase::$scenarioDataSetDirectory = 'typo3/sysext/core/Tests/Functional/DataHandling/IRRE/ForeignField/DataSet/'
protected

Definition at line 45 of file AbstractActionTestCase.php.

◆ FIELD_ContentHotel

const TYPO3\CMS\Core\Tests\Functional\DataHandling\IRRE\ForeignField\AbstractActionTestCase::FIELD_ContentHotel = 'tx_irretutorial_1nff_hotels'

Definition at line 39 of file AbstractActionTestCase.php.

◆ FIELD_HotelOffer

const TYPO3\CMS\Core\Tests\Functional\DataHandling\IRRE\ForeignField\AbstractActionTestCase::FIELD_HotelOffer = 'offers'

Definition at line 40 of file AbstractActionTestCase.php.

◆ TABLE_Content

const TYPO3\CMS\Core\Tests\Functional\DataHandling\IRRE\ForeignField\AbstractActionTestCase::TABLE_Content = 'tt_content'

Definition at line 35 of file AbstractActionTestCase.php.

◆ TABLE_Hotel

const TYPO3\CMS\Core\Tests\Functional\DataHandling\IRRE\ForeignField\AbstractActionTestCase::TABLE_Hotel = 'tx_irretutorial_1nff_hotel'

Definition at line 36 of file AbstractActionTestCase.php.

◆ TABLE_Offer

const TYPO3\CMS\Core\Tests\Functional\DataHandling\IRRE\ForeignField\AbstractActionTestCase::TABLE_Offer = 'tx_irretutorial_1nff_offer'

Definition at line 37 of file AbstractActionTestCase.php.

◆ TABLE_Page

const TYPO3\CMS\Core\Tests\Functional\DataHandling\IRRE\ForeignField\AbstractActionTestCase::TABLE_Page = 'pages'

Definition at line 34 of file AbstractActionTestCase.php.

◆ VALUE_ContentIdFirst

const TYPO3\CMS\Core\Tests\Functional\DataHandling\IRRE\ForeignField\AbstractActionTestCase::VALUE_ContentIdFirst = 297

Definition at line 27 of file AbstractActionTestCase.php.

◆ VALUE_ContentIdLast

const TYPO3\CMS\Core\Tests\Functional\DataHandling\IRRE\ForeignField\AbstractActionTestCase::VALUE_ContentIdLast = 298

Definition at line 28 of file AbstractActionTestCase.php.

◆ VALUE_HotelIdFirst

const TYPO3\CMS\Core\Tests\Functional\DataHandling\IRRE\ForeignField\AbstractActionTestCase::VALUE_HotelIdFirst = 3

Definition at line 29 of file AbstractActionTestCase.php.

◆ VALUE_HotelIdSecond

const TYPO3\CMS\Core\Tests\Functional\DataHandling\IRRE\ForeignField\AbstractActionTestCase::VALUE_HotelIdSecond = 4

Definition at line 30 of file AbstractActionTestCase.php.

◆ VALUE_HotelIdThird

const TYPO3\CMS\Core\Tests\Functional\DataHandling\IRRE\ForeignField\AbstractActionTestCase::VALUE_HotelIdThird = 5

Definition at line 31 of file AbstractActionTestCase.php.

◆ VALUE_LanguageId

const TYPO3\CMS\Core\Tests\Functional\DataHandling\IRRE\ForeignField\AbstractActionTestCase::VALUE_LanguageId = 1

Definition at line 32 of file AbstractActionTestCase.php.

◆ VALUE_PageId

const TYPO3\CMS\Core\Tests\Functional\DataHandling\IRRE\ForeignField\AbstractActionTestCase::VALUE_PageId = 89

Definition at line 24 of file AbstractActionTestCase.php.

◆ VALUE_PageIdTarget

const TYPO3\CMS\Core\Tests\Functional\DataHandling\IRRE\ForeignField\AbstractActionTestCase::VALUE_PageIdTarget = 90

Definition at line 25 of file AbstractActionTestCase.php.

◆ VALUE_PageIdWebsite

const TYPO3\CMS\Core\Tests\Functional\DataHandling\IRRE\ForeignField\AbstractActionTestCase::VALUE_PageIdWebsite = 1

Definition at line 26 of file AbstractActionTestCase.php.