‪TYPO3CMS  10.4
TYPO3\CMS\Core\Tests\Functional\DataHandling\FAL\AbstractActionTestCase Class Reference
Inheritance diagram for TYPO3\CMS\Core\Tests\Functional\DataHandling\FAL\AbstractActionTestCase:
TYPO3\CMS\Core\Tests\Functional\DataHandling\AbstractDataHandlerActionTestCase TYPO3\CMS\Core\Tests\Functional\DataHandling\FAL\Modify\ActionTest TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\FAL\AbstractActionTestCase TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\FAL\Discard\ActionTest TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\FAL\Modify\ActionTest TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\FAL\Publish\ActionTest TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\FAL\PublishAll\ActionTest

Public Member Functions

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

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

Protected Member Functions

 setUp ()
 
 createContentWithFileReferenceAndDeleteFileReference ()
 
- ‪Protected Member Functions inherited from ‪TYPO3\CMS\Core\Tests\Functional\DataHandling\AbstractDataHandlerActionTestCase
 tearDown ()
 
 setUpFrontendSite (int $pageId, array $additionalLanguages=[])
 
 setWorkspaceId (int $workspaceId)
 
ActionService getActionService ()
 
 importScenarioDataSet ($dataSetName)
 
 assertAssertionDataSet ($dataSetName)
 
 assertErrorLogEntries (array $expectedMessages=null)
 
 assertCleanReferenceIndex ()
 
HasRecordConstraint getRequestSectionHasRecordConstraint ()
 
DoesNotHaveRecordConstraint getRequestSectionDoesNotHaveRecordConstraint ()
 
StructureHasRecordConstraint getRequestSectionStructureHasRecordConstraint ()
 
StructureDoesNotHaveRecordConstraint getRequestSectionStructureDoesNotHaveRecordConstraint ()
 

Protected Attributes

string $scenarioDataSetDirectory = 'typo3/sysext/core/Tests/Functional/DataHandling/FAL/DataSet/'
 
- ‪Protected Attributes inherited from ‪TYPO3\CMS\Core\Tests\Functional\DataHandling\AbstractDataHandlerActionTestCase
bool $assertCleanReferenceIndex = true
 
string $scenarioDataSetDirectory
 
string $assertionDataSetDirectory
 
int null $expectedErrorLogEntries = 0
 
array $testExtensionsToLoad
 
array $pathsToLinkInTestInstance
 
array $recordIds = array( )
 
ActionService $actionService
 
TYPO3 CMS Core Authentication BackendUserAuthentication $backendUser
 
array $siteLanguageConfiguration
 

Detailed Description

Functional test for the DataHandler

Definition at line 23 of file AbstractActionTestCase.php.

Member Function Documentation

◆ changeContentSorting()

◆ copyContent()

◆ copyContentToLanguage()

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

◆ createContentWithFileReference()

◆ createContentWithFileReferenceAndDeleteFileReference()

◆ deleteContent()

◆ localizeContent()

◆ modifyContent()

◆ modifyContentAndAddFileReference()

◆ modifyContentAndDeleteAllFileReference()

◆ modifyContentAndDeleteFileReference()

◆ modifyContentWithFileReference()

◆ moveContentToDifferentPage()

◆ moveContentToDifferentPageAndChangeSorting()

◆ setUp()

Member Data Documentation

◆ $scenarioDataSetDirectory

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

Definition at line 50 of file AbstractActionTestCase.php.

◆ FIELD_ContentImage

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

Definition at line 45 of file AbstractActionTestCase.php.

◆ FIELD_FileReferenceImage

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

Definition at line 46 of file AbstractActionTestCase.php.

◆ TABLE_Content

◆ TABLE_File

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

Definition at line 41 of file AbstractActionTestCase.php.

◆ TABLE_FileMetadata

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

Definition at line 42 of file AbstractActionTestCase.php.

◆ TABLE_FileReference

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

◆ TABLE_Page

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

Definition at line 39 of file AbstractActionTestCase.php.

◆ VALUE_ContentIdFirst

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

Definition at line 28 of file AbstractActionTestCase.php.

◆ VALUE_ContentIdLast

◆ VALUE_FileIdFirst

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

Definition at line 30 of file AbstractActionTestCase.php.

◆ VALUE_FileIdLast

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

Definition at line 31 of file AbstractActionTestCase.php.

◆ VALUE_FileReferenceContentFirstFileFirst

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

Definition at line 34 of file AbstractActionTestCase.php.

◆ VALUE_FileReferenceContentFirstFileLast

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

Definition at line 35 of file AbstractActionTestCase.php.

◆ VALUE_FileReferenceContentLastFileFirst

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

Definition at line 37 of file AbstractActionTestCase.php.

◆ VALUE_FileReferenceContentLastFileLast

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

Definition at line 36 of file AbstractActionTestCase.php.

◆ VALUE_LanguageId

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

Definition at line 32 of file AbstractActionTestCase.php.

◆ VALUE_PageId

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

Definition at line 25 of file AbstractActionTestCase.php.

◆ VALUE_PageIdTarget

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

Definition at line 26 of file AbstractActionTestCase.php.

◆ VALUE_PageIdWebsite

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

Definition at line 27 of file AbstractActionTestCase.php.