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

Public Member Functions

 modifyContent ()
 
 deleteContent ()
 
 copyContent ()
 
 localizeContent ()
 
 changeContentSorting ()
 
 moveContentToDifferentPage ()
 
 moveContentToDifferentPageAndChangeSorting ()
 
 createContentWithFileReference ()
 
 modifyContentWithFileReference ()
 
 modifyContentAndAddFileReference ()
 
 modifyContentAndDeleteFileReference ()
 
 modifyContentAndDeleteAllFileReference ()
 
- ‪Public Member Functions inherited from ‪TYPO3\CMS\Core\Tests\Functional\DataHandling\FAL\AbstractActionTestCase
 copyContentToLanguage ()
 

Protected Attributes

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

Additional Inherited Members

- ‪Public Attributes inherited from ‪TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\FAL\AbstractActionTestCase
const VALUE_WorkspaceId = 1
 
- ‪Public Attributes inherited from ‪TYPO3\CMS\Core\Tests\Functional\DataHandling\FAL\AbstractActionTestCase
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 inherited from ‪TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\FAL\AbstractActionTestCase
 setUp ()
 
- ‪Protected Member Functions inherited from ‪TYPO3\CMS\Core\Tests\Functional\DataHandling\AbstractDataHandlerActionTestCase
 tearDown ()
 
 setWorkspaceId (int $workspaceId)
 
ActionService getActionService ()
 
 importScenarioDataSet ($dataSetName)
 
 assertAssertionDataSet ($dataSetName)
 
 assertErrorLogEntries ()
 
HasRecordConstraint getRequestSectionHasRecordConstraint ()
 
DoesNotHaveRecordConstraint getRequestSectionDoesNotHaveRecordConstraint ()
 
StructureHasRecordConstraint getRequestSectionStructureHasRecordConstraint ()
 
StructureDoesNotHaveRecordConstraint getRequestSectionStructureDoesNotHaveRecordConstraint ()
 

Detailed Description

Functional test for the DataHandler

Definition at line 20 of file ActionTest.php.

Member Function Documentation

◆ changeContentSorting()

◆ copyContent()

◆ createContentWithFileReference()

◆ deleteContent()

◆ localizeContent()

◆ modifyContent()

◆ modifyContentAndAddFileReference()

TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\FAL\Publish\ActionTest::modifyContentAndAddFileReference ( )

◆ modifyContentAndDeleteAllFileReference()

TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\FAL\Publish\ActionTest::modifyContentAndDeleteAllFileReference ( )

◆ modifyContentAndDeleteFileReference()

◆ modifyContentWithFileReference()

◆ moveContentToDifferentPage()

◆ moveContentToDifferentPageAndChangeSorting()

Member Data Documentation

◆ $assertionDataSetDirectory

string TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\FAL\Publish\ActionTest::$assertionDataSetDirectory = 'typo3/sysext/workspaces/Tests/Functional/DataHandling/FAL/Publish/DataSet/'
protected

Definition at line 24 of file ActionTest.php.