‪TYPO3CMS  ‪main
TYPO3\CMS\Core\Tests\Functional\DataScenarios\IrreCsv\AbstractActionWorkspacesTestCase Class Reference
Inheritance diagram for TYPO3\CMS\Core\Tests\Functional\DataScenarios\IrreCsv\AbstractActionWorkspacesTestCase:
TYPO3\CMS\Core\Tests\Functional\DataScenarios\IrreCsv\AbstractActionTestCase TYPO3\CMS\Core\Tests\Functional\DataScenarios\AbstractDataHandlerActionTestCase TYPO3\CMS\Core\Tests\Functional\SiteHandling\SiteBasedTestTrait TYPO3\CMS\Core\Log\LogDataTrait TYPO3\CMS\Core\Tests\Functional\DataScenarios\IrreCsv\WorkspacesDiscard\ActionTest TYPO3\CMS\Core\Tests\Functional\DataScenarios\IrreCsv\WorkspacesModify\ActionTest TYPO3\CMS\Core\Tests\Functional\DataScenarios\IrreCsv\WorkspacesPublish\ActionTest TYPO3\CMS\Core\Tests\Functional\DataScenarios\IrreCsv\WorkspacesPublishAll\ActionTest

Public Member Functions

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

Protected Attributes

const VALUE_WorkspaceId = 1
 
const SCENARIO_DataSet = __DIR__ . '/DataSet/ImportDefaultWorkspaces.csv'
 
array $coreExtensionsToLoad = ['workspaces']
 
- ‪Protected Attributes inherited from ‪TYPO3\CMS\Core\Tests\Functional\DataScenarios\IrreCsv\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'
 
array $testExtensionsToLoad
 
- ‪Protected Attributes inherited from ‪TYPO3\CMS\Core\Tests\Functional\DataScenarios\AbstractDataHandlerActionTestCase
const VALUE_BackendUserId = 1
 
const VALUE_WorkspaceId = 0
 
int $expectedErrorLogEntries = 0
 
array $recordIds = []
 
ActionService $actionService
 
BackendUserAuthentication $backendUser
 
const LANGUAGE_PRESETS
 

Additional Inherited Members

- ‪Protected Member Functions inherited from ‪TYPO3\CMS\Core\Tests\Functional\DataScenarios\IrreCsv\AbstractActionTestCase
 setUp ()
 
- ‪Protected Member Functions inherited from ‪TYPO3\CMS\Core\Tests\Functional\DataScenarios\AbstractDataHandlerActionTestCase
 tearDown ()
 
 setWorkspaceId (int $workspaceId)
 
- ‪Protected Member Functions inherited from ‪TYPO3\CMS\Core\Log\LogDataTrait
 unserializeLogData (mixed $logData)
 
 formatLogDetails (string $detailString, mixed $substitutes)
 
- ‪Protected Member Functions inherited from ‪TYPO3\CMS\Core\Tests\Functional\SiteHandling\SiteBasedTestTrait
 writeSiteConfiguration (string $identifier, array $site=[], array $languages=[], array $errorHandling=[])
 
 mergeSiteConfiguration (string $identifier, array $overrides)
 
 buildSiteConfiguration (int $rootPageId, string $base='')
 
 buildDefaultLanguageConfiguration (string $identifier, string $base)
 
 buildLanguageConfiguration (string $identifier, string $base, array $fallbackIdentifiers=[], string $fallbackType=null)
 
 buildErrorHandlingConfiguration (string $handler, array $codes)
 
mixed resolveLanguagePreset (string $identifier)
 
 applyInstructions (InternalRequest $request, AbstractInstruction ... $instructions)
 
 mergeInstruction (AbstractInstruction $current, AbstractInstruction $other)
 
- ‪Static Protected Member Functions inherited from ‪TYPO3\CMS\Core\Log\LogDataTrait
static formatLogDetailsStatic (string $detailString, array $substitutes)
 
- ‪Static Protected Member Functions inherited from ‪TYPO3\CMS\Core\Tests\Functional\SiteHandling\SiteBasedTestTrait
static failIfArrayIsNotEmpty (array $items)
 

Detailed Description

Definition at line 20 of file AbstractActionWorkspacesTestCase.php.

Member Function Documentation

◆ changeHotelSortingWithOfferNotWorkspaceAware()

TYPO3\CMS\Core\Tests\Functional\DataScenarios\IrreCsv\AbstractActionWorkspacesTestCase::changeHotelSortingWithOfferNotWorkspaceAware ( )

◆ createAndLocalizeParentContentWithHotelAndOfferChildrenAndDiscardLocalizedParent()

TYPO3\CMS\Core\Tests\Functional\DataScenarios\IrreCsv\AbstractActionWorkspacesTestCase::createAndLocalizeParentContentWithHotelAndOfferChildrenAndDiscardLocalizedParent ( )

◆ modifyAndDiscardAndModifyParentWithHotelChild()

◆ moveParentContentToDifferentPageAndDiscardWithoutSoftDelete()

TYPO3\CMS\Core\Tests\Functional\DataScenarios\IrreCsv\AbstractActionWorkspacesTestCase::moveParentContentToDifferentPageAndDiscardWithoutSoftDelete ( )

Definition at line 77 of file AbstractActionWorkspacesTestCase.php.

References $GLOBALS.

Member Data Documentation

◆ $coreExtensionsToLoad

array TYPO3\CMS\Core\Tests\Functional\DataScenarios\IrreCsv\AbstractActionWorkspacesTestCase::$coreExtensionsToLoad = ['workspaces']
protected

Definition at line 26 of file AbstractActionWorkspacesTestCase.php.

◆ SCENARIO_DataSet

const TYPO3\CMS\Core\Tests\Functional\DataScenarios\IrreCsv\AbstractActionWorkspacesTestCase::SCENARIO_DataSet = __DIR__ . '/DataSet/ImportDefaultWorkspaces.csv'
protected

Definition at line 24 of file AbstractActionWorkspacesTestCase.php.

◆ VALUE_WorkspaceId

const TYPO3\CMS\Core\Tests\Functional\DataScenarios\IrreCsv\AbstractActionWorkspacesTestCase::VALUE_WorkspaceId = 1
protected

Definition at line 22 of file AbstractActionWorkspacesTestCase.php.