‪TYPO3CMS  11.5
TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\IRRE\CSV\PublishAll\ActionTest Class Reference
Inheritance diagram for TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\IRRE\CSV\PublishAll\ActionTest:
TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\IRRE\CSV\AbstractActionTestCase TYPO3\CMS\Core\Tests\Functional\DataHandling\IRRE\CSV\AbstractActionTestCase TYPO3\CMS\Core\Tests\Functional\DataHandling\AbstractDataHandlerActionTestCase TYPO3\CMS\Core\Log\LogDataTrait

Public Member Functions

 verifyCleanReferenceIndex ()
 
 createParentContent ()
 
 modifyParentContent ()
 
 deleteParentContent ()
 
 copyParentContent ()
 
 copyParentContentToDifferentPage ()
 
 localizeParentContentWithAllChildren ()
 
 changeParentContentSorting ()
 
 moveParentContentToDifferentPage ()
 
 moveParentContentToDifferentPageTwice ()
 
 moveParentContentToDifferentPageAndChangeSorting ()
 
 modifyPage ()
 
 deletePage ()
 
 copyPage ()
 
 copyPageWithHotelBeforeParentContent ()
 
 createParentContentWithHotelAndOfferChildren ()
 
 createAndCopyParentContentWithHotelAndOfferChildren ()
 
 createAndLocalizeParentContentWithHotelAndOfferChildren ()
 
 modifyOnlyHotelChild ()
 
 modifyParentAndChangeHotelChildrenSorting ()
 
 modifyParentWithHotelChild ()
 
 modifyParentAndAddHotelChild ()
 
 modifyParentAndDeleteHotelChild ()
 
 modifyAndDiscardAndModifyParentWithHotelChild ()
 
- ‪Public Member Functions inherited from ‪TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\IRRE\CSV\AbstractActionTestCase
 changeHotelSortingWithOfferNotWorkspaceAware ()
 
 createAndLocalizeParentContentWithHotelAndOfferChildrenAndDiscardLocalizedParent ()
 
 moveParentContentToDifferentPageAndDiscardWithoutSoftDelete ()
 
- ‪Public Member Functions inherited from ‪TYPO3\CMS\Core\Tests\Functional\DataHandling\IRRE\CSV\AbstractActionTestCase
 copyParentContentToLanguageWithAllChildren ()
 
 localizeParentContentWithLanguageSynchronization ()
 
 localizePageWithLocalizationExclude ()
 
 localizePageTwiceWithLocalizationExclude ()
 
 localizePageAndAddHotelChildWithLocalizationExclude ()
 
 localizePageWithLanguageSynchronization ()
 
 localizePageAndAddHotelChildWithLanguageSynchronization ()
 
 localizePageAndAddMonoglotHotelChildWithLanguageSynchronization ()
 
 localizeAndCopyPageWithLanguageSynchronization ()
 
 localizePageWithSynchronizationAndCustomLocalizedHotel ()
 

Additional Inherited Members

- ‪Protected Member Functions inherited from ‪TYPO3\CMS\Core\Tests\Functional\DataHandling\IRRE\CSV\AbstractActionTestCase
 setUp ()
 
- ‪Protected Member Functions inherited from ‪TYPO3\CMS\Core\Tests\Functional\DataHandling\AbstractDataHandlerActionTestCase
 tearDown ()
 
 setUpFrontendSite (int $pageId, array $additionalLanguages=[])
 
 setWorkspaceId (int $workspaceId)
 
 assertErrorLogEntries (array $expectedMessages=null)
 
 assertCleanReferenceIndex ()
 
HasRecordConstraint getRequestSectionHasRecordConstraint ()
 
DoesNotHaveRecordConstraint getRequestSectionDoesNotHaveRecordConstraint ()
 
StructureHasRecordConstraint getRequestSectionStructureHasRecordConstraint ()
 
StructureDoesNotHaveRecordConstraint getRequestSectionStructureDoesNotHaveRecordConstraint ()
 
- ‪Protected Member Functions inherited from ‪TYPO3\CMS\Core\Log\LogDataTrait
array null unserializeLogData ($logData)
 
string formatLogDetails (string $detailString, $substitutes)
 
- ‪Static Protected Member Functions inherited from ‪TYPO3\CMS\Core\Log\LogDataTrait
static formatLogDetailsStatic (string $detailString, array $substitutes)
 
- ‪Protected Attributes inherited from ‪TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\IRRE\CSV\AbstractActionTestCase
const VALUE_WorkspaceId = 1
 
const SCENARIO_DataSet = __DIR__ . '/DataSet/ImportDefault.csv'
 
 $coreExtensionsToLoad = array( 'workspaces' )
 
- ‪Protected Attributes inherited from ‪TYPO3\CMS\Core\Tests\Functional\DataHandling\IRRE\CSV\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_LanguageIdSecond = 2
 
const TABLE_Page = 'pages'
 
const TABLE_Content = 'tt_content'
 
const TABLE_Hotel = 'tx_testirrecsv_hotel'
 
const TABLE_Offer = 'tx_testirrecsv_offer'
 
const TABLE_Price = 'tx_testirrecsv_price'
 
const FIELD_PageHotel = 'tx_testirrecsv_hotels'
 
const FIELD_ContentHotel = 'tx_testirrecsv_hotels'
 
const FIELD_HotelOffer = 'offers'
 
const SCENARIO_DataSet = __DIR__ . '/DataSet/ImportDefault.csv'
 
 $testExtensionsToLoad
 
- ‪Protected Attributes inherited from ‪TYPO3\CMS\Core\Tests\Functional\DataHandling\AbstractDataHandlerActionTestCase
const VALUE_BackendUserId = 1
 
const VALUE_WorkspaceId = 0
 
int null $expectedErrorLogEntries = 0
 
 $configurationToUseInTestInstance
 
array $recordIds = array( )
 
ActionService $actionService
 
BackendUserAuthentication $backendUser
 
array $siteLanguageConfiguration
 

Detailed Description

Functional test for the DataHandler

Definition at line 28 of file ActionTest.php.

Member Function Documentation

◆ changeParentContentSorting()

TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\IRRE\CSV\PublishAll\ActionTest::changeParentContentSorting ( )

◆ copyPage()

TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\IRRE\CSV\PublishAll\ActionTest::copyPage ( )

◆ copyPageWithHotelBeforeParentContent()

TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\IRRE\CSV\PublishAll\ActionTest::copyPageWithHotelBeforeParentContent ( )

◆ copyParentContent()

TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\IRRE\CSV\PublishAll\ActionTest::copyParentContent ( )

◆ copyParentContentToDifferentPage()

TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\IRRE\CSV\PublishAll\ActionTest::copyParentContentToDifferentPage ( )

◆ createAndCopyParentContentWithHotelAndOfferChildren()

◆ createAndLocalizeParentContentWithHotelAndOfferChildren()

◆ createParentContent()

TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\IRRE\CSV\PublishAll\ActionTest::createParentContent ( )

◆ createParentContentWithHotelAndOfferChildren()

◆ deletePage()

TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\IRRE\CSV\PublishAll\ActionTest::deletePage ( )

◆ deleteParentContent()

TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\IRRE\CSV\PublishAll\ActionTest::deleteParentContent ( )

◆ localizeParentContentWithAllChildren()

TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\IRRE\CSV\PublishAll\ActionTest::localizeParentContentWithAllChildren ( )

◆ modifyAndDiscardAndModifyParentWithHotelChild()

◆ modifyOnlyHotelChild()

TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\IRRE\CSV\PublishAll\ActionTest::modifyOnlyHotelChild ( )

◆ modifyPage()

◆ modifyParentAndAddHotelChild()

TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\IRRE\CSV\PublishAll\ActionTest::modifyParentAndAddHotelChild ( )

◆ modifyParentAndChangeHotelChildrenSorting()

TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\IRRE\CSV\PublishAll\ActionTest::modifyParentAndChangeHotelChildrenSorting ( )

◆ modifyParentAndDeleteHotelChild()

◆ modifyParentContent()

◆ modifyParentWithHotelChild()

TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\IRRE\CSV\PublishAll\ActionTest::modifyParentWithHotelChild ( )

◆ moveParentContentToDifferentPage()

◆ moveParentContentToDifferentPageAndChangeSorting()

◆ moveParentContentToDifferentPageTwice()

TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\IRRE\CSV\PublishAll\ActionTest::moveParentContentToDifferentPageTwice ( )

◆ verifyCleanReferenceIndex()

TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\IRRE\CSV\PublishAll\ActionTest::verifyCleanReferenceIndex ( )
Test:

Definition at line 33 of file ActionTest.php.