‪TYPO3CMS  ‪main
TYPO3\CMS\Core\Tests\Functional\DataScenarios\FAL\AbstractActionTestCase Class Reference
Inheritance diagram for TYPO3\CMS\Core\Tests\Functional\DataScenarios\FAL\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\FAL\AbstractActionWorkspacesTestCase TYPO3\CMS\Core\Tests\Functional\DataScenarios\FAL\Modify\ActionTest TYPO3\CMS\Core\Tests\Functional\DataScenarios\FAL\WorkspacesDiscard\ActionTest TYPO3\CMS\Core\Tests\Functional\DataScenarios\FAL\WorkspacesModify\ActionTest TYPO3\CMS\Core\Tests\Functional\DataScenarios\FAL\WorkspacesPublish\ActionTest TYPO3\CMS\Core\Tests\Functional\DataScenarios\FAL\WorkspacesPublishAll\ActionTest

Public Member Functions

 modifyContent ()
 
 deleteContent ()
 
 copyContent ()
 
 copyContentToLanguage ()
 
 localizeContent ()
 
 changeContentSorting ()
 
mixed moveContentToDifferentPage ()
 
 moveContentToDifferentPageAndChangeSorting ()
 
 createContentWithFileReference ()
 
 modifyContentWithFileReference ()
 
 modifyContentAndAddFileReference ()
 
 modifyContentAndDeleteFileReference ()
 
 modifyContentAndDeleteAllFileReference ()
 

Protected Member Functions

 setUp ()
 
 createContentWithFileReferenceAndDeleteFileReference ()
 
- ‪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)
 

Protected Attributes

const VALUE_PageId = 89
 
const VALUE_PageIdTarget = 90
 
const VALUE_PageIdWebsite = 1
 
const VALUE_ContentIdFirst = 330
 
const VALUE_ContentIdLast = 331
 
const VALUE_FileIdFirst = 1
 
const VALUE_FileIdLast = 21
 
const VALUE_LanguageId = 1
 
const VALUE_FileReferenceContentFirstFileFirst = 126
 
const VALUE_FileReferenceContentFirstFileLast = 127
 
const VALUE_FileReferenceContentLastFileLast = 128
 
const VALUE_FileReferenceContentLastFileFirst = 129
 
const TABLE_Page = 'pages'
 
const TABLE_Content = 'tt_content'
 
const TABLE_File = 'sys_file'
 
const TABLE_FileMetadata = 'sys_file_metadata'
 
const TABLE_FileReference = 'sys_file_reference'
 
const FIELD_ContentImage = 'image'
 
const FIELD_FileReferenceImage = 'uid_local'
 
const SCENARIO_DataSet = __DIR__ . '/DataSet/ImportDefault.csv'
 
- ‪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

- ‪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 23 of file AbstractActionTestCase.php.

Member Function Documentation

◆ changeContentSorting()

◆ copyContent()

◆ copyContentToLanguage()

TYPO3\CMS\Core\Tests\Functional\DataScenarios\FAL\AbstractActionTestCase::copyContentToLanguage ( )

◆ createContentWithFileReference()

◆ createContentWithFileReferenceAndDeleteFileReference()

◆ deleteContent()

◆ localizeContent()

◆ modifyContent()

◆ modifyContentAndAddFileReference()

◆ modifyContentAndDeleteAllFileReference()

◆ modifyContentAndDeleteFileReference()

◆ modifyContentWithFileReference()

◆ moveContentToDifferentPage()

mixed TYPO3\CMS\Core\Tests\Functional\DataScenarios\FAL\AbstractActionTestCase::moveContentToDifferentPage ( )

◆ moveContentToDifferentPageAndChangeSorting()

◆ setUp()

Member Data Documentation

◆ FIELD_ContentImage

const TYPO3\CMS\Core\Tests\Functional\DataScenarios\FAL\AbstractActionTestCase::FIELD_ContentImage = 'image'
protected

Definition at line 46 of file AbstractActionTestCase.php.

◆ FIELD_FileReferenceImage

const TYPO3\CMS\Core\Tests\Functional\DataScenarios\FAL\AbstractActionTestCase::FIELD_FileReferenceImage = 'uid_local'
protected

Definition at line 47 of file AbstractActionTestCase.php.

◆ SCENARIO_DataSet

const TYPO3\CMS\Core\Tests\Functional\DataScenarios\FAL\AbstractActionTestCase::SCENARIO_DataSet = __DIR__ . '/DataSet/ImportDefault.csv'
protected

Definition at line 49 of file AbstractActionTestCase.php.

◆ TABLE_Content

◆ TABLE_File

const TYPO3\CMS\Core\Tests\Functional\DataScenarios\FAL\AbstractActionTestCase::TABLE_File = 'sys_file'
protected

Definition at line 42 of file AbstractActionTestCase.php.

◆ TABLE_FileMetadata

const TYPO3\CMS\Core\Tests\Functional\DataScenarios\FAL\AbstractActionTestCase::TABLE_FileMetadata = 'sys_file_metadata'
protected

Definition at line 43 of file AbstractActionTestCase.php.

◆ TABLE_FileReference

const TYPO3\CMS\Core\Tests\Functional\DataScenarios\FAL\AbstractActionTestCase::TABLE_FileReference = 'sys_file_reference'
protected

◆ TABLE_Page

const TYPO3\CMS\Core\Tests\Functional\DataScenarios\FAL\AbstractActionTestCase::TABLE_Page = 'pages'
protected

◆ VALUE_ContentIdFirst

const TYPO3\CMS\Core\Tests\Functional\DataScenarios\FAL\AbstractActionTestCase::VALUE_ContentIdFirst = 330
protected

Definition at line 29 of file AbstractActionTestCase.php.

◆ VALUE_ContentIdLast

◆ VALUE_FileIdFirst

const TYPO3\CMS\Core\Tests\Functional\DataScenarios\FAL\AbstractActionTestCase::VALUE_FileIdFirst = 1
protected

Definition at line 31 of file AbstractActionTestCase.php.

◆ VALUE_FileIdLast

const TYPO3\CMS\Core\Tests\Functional\DataScenarios\FAL\AbstractActionTestCase::VALUE_FileIdLast = 21
protected

Definition at line 32 of file AbstractActionTestCase.php.

◆ VALUE_FileReferenceContentFirstFileFirst

const TYPO3\CMS\Core\Tests\Functional\DataScenarios\FAL\AbstractActionTestCase::VALUE_FileReferenceContentFirstFileFirst = 126
protected

Definition at line 35 of file AbstractActionTestCase.php.

◆ VALUE_FileReferenceContentFirstFileLast

const TYPO3\CMS\Core\Tests\Functional\DataScenarios\FAL\AbstractActionTestCase::VALUE_FileReferenceContentFirstFileLast = 127
protected

Definition at line 36 of file AbstractActionTestCase.php.

◆ VALUE_FileReferenceContentLastFileFirst

const TYPO3\CMS\Core\Tests\Functional\DataScenarios\FAL\AbstractActionTestCase::VALUE_FileReferenceContentLastFileFirst = 129
protected

Definition at line 38 of file AbstractActionTestCase.php.

◆ VALUE_FileReferenceContentLastFileLast

const TYPO3\CMS\Core\Tests\Functional\DataScenarios\FAL\AbstractActionTestCase::VALUE_FileReferenceContentLastFileLast = 128
protected

Definition at line 37 of file AbstractActionTestCase.php.

◆ VALUE_LanguageId

const TYPO3\CMS\Core\Tests\Functional\DataScenarios\FAL\AbstractActionTestCase::VALUE_LanguageId = 1
protected

Definition at line 33 of file AbstractActionTestCase.php.

◆ VALUE_PageId

const TYPO3\CMS\Core\Tests\Functional\DataScenarios\FAL\AbstractActionTestCase::VALUE_PageId = 89
protected

◆ VALUE_PageIdTarget

const TYPO3\CMS\Core\Tests\Functional\DataScenarios\FAL\AbstractActionTestCase::VALUE_PageIdTarget = 90
protected

Definition at line 27 of file AbstractActionTestCase.php.

◆ VALUE_PageIdWebsite

const TYPO3\CMS\Core\Tests\Functional\DataScenarios\FAL\AbstractActionTestCase::VALUE_PageIdWebsite = 1
protected

Definition at line 28 of file AbstractActionTestCase.php.