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

Public Member Functions

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

Additional Inherited Members

- ‪Protected Member Functions inherited from ‪TYPO3\CMS\Core\Tests\Functional\DataHandling\FAL\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\FAL\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\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'
 
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 25 of file ActionTest.php.

Member Function Documentation

◆ changeContentSorting()

TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\FAL\Discard\ActionTest::changeContentSorting ( )

◆ copyContent()

TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\FAL\Discard\ActionTest::copyContent ( )

◆ createContentWithFileReference()

TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\FAL\Discard\ActionTest::createContentWithFileReference ( )

File references

Test:

Reimplemented from TYPO3\CMS\Core\Tests\Functional\DataHandling\FAL\AbstractActionTestCase.

Definition at line 115 of file ActionTest.php.

◆ createContentWithFileReferenceAndDeleteFileReference()

TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\FAL\Discard\ActionTest::createContentWithFileReferenceAndDeleteFileReference ( )

◆ deleteContent()

TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\FAL\Discard\ActionTest::deleteContent ( )

◆ localizeContent()

TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\FAL\Discard\ActionTest::localizeContent ( )

◆ modifyContent()

TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\FAL\Discard\ActionTest::modifyContent ( )

◆ modifyContentAndAddFileReference()

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

◆ modifyContentAndDeleteAllFileReference()

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

◆ modifyContentAndDeleteFileReference()

TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\FAL\Discard\ActionTest::modifyContentAndDeleteFileReference ( )

◆ modifyContentWithFileReference()

TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\FAL\Discard\ActionTest::modifyContentWithFileReference ( )

◆ moveContentToDifferentPage()

TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\FAL\Discard\ActionTest::moveContentToDifferentPage ( )

◆ moveContentToDifferentPageAndChangeSorting()

TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\FAL\Discard\ActionTest::moveContentToDifferentPageAndChangeSorting ( )

◆ verifyCleanReferenceIndex()

TYPO3\CMS\Workspaces\Tests\Functional\DataHandling\FAL\Discard\ActionTest::verifyCleanReferenceIndex ( )
Test:

Definition at line 30 of file ActionTest.php.