TYPO3 CMS  TYPO3_7-6
TYPO3\CMS\Core\Tests\Functional\DataHandling\FAL\Modify\ActionTest Class Reference
Inheritance diagram for TYPO3\CMS\Core\Tests\Functional\DataHandling\FAL\Modify\ActionTest:
TYPO3\CMS\Core\Tests\Functional\DataHandling\FAL\AbstractActionTestCase TYPO3\CMS\Core\Tests\Functional\DataHandling\AbstractDataHandlerActionTestCase TYPO3\CMS\Core\Tests\FunctionalTestCase TYPO3\CMS\Core\Tests\BaseTestCase

Public Member Functions

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

Protected Attributes

 $assertionDataSetDirectory = 'typo3/sysext/core/Tests/Functional/DataHandling/FAL/Modify/DataSet/'
 
- Protected Attributes inherited from TYPO3\CMS\Core\Tests\Functional\DataHandling\FAL\AbstractActionTestCase
 $scenarioDataSetDirectory = 'typo3/sysext/core/Tests/Functional/DataHandling/FAL/DataSet/'
 
- Protected Attributes inherited from TYPO3\CMS\Core\Tests\Functional\DataHandling\AbstractDataHandlerActionTestCase
 $scenarioDataSetDirectory
 
 $assertionDataSetDirectory
 
 $expectedErrorLogEntries = 0
 
 $testExtensionsToLoad
 
 $pathsToLinkInTestInstance
 
 $recordIds = []
 
 $actionService
 
 $backendUser
 
- Protected Attributes inherited from TYPO3\CMS\Core\Tests\FunctionalTestCase
 $coreExtensionsToLoad = []
 
 $testExtensionsToLoad = []
 
 $pathsToLinkInTestInstance = []
 
 $configurationToUseInTestInstance = []
 
 $additionalFoldersToCreate = []
 
 $backendUserFixture = 'typo3/sysext/core/Tests/Functional/Fixtures/be_users.xml'
 
- Protected Attributes inherited from TYPO3\CMS\Core\Tests\BaseTestCase
 $backupGlobals = true
 
 $backupStaticAttributes = false
 

Additional Inherited Members

- 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\Core\Tests\Functional\DataHandling\FAL\AbstractActionTestCase
 setUp ()
 
- Protected Member Functions inherited from TYPO3\CMS\Core\Tests\Functional\DataHandling\AbstractDataHandlerActionTestCase
 setUp ()
 
 tearDown ()
 
 getActionService ()
 
 importScenarioDataSet ($dataSetName)
 
 assertAssertionDataSet ($dataSetName)
 
 assertErrorLogEntries ()
 
 getRequestSectionHasRecordConstraint ()
 
 getRequestSectionDoesNotHaveRecordConstraint ()
 
 getRequestSectionStructureHasRecordConstraint ()
 
 getRequestSectionStructureDoesNotHaveRecordConstraint ()
 
- Protected Member Functions inherited from TYPO3\CMS\Core\Tests\FunctionalTestCase
 getInstanceIdentifier ()
 
 getInstancePath ()
 
 setUp ()
 
 getDatabaseConnection ()
 
 assertCSVDataSet ($path)
 
 assertInRecords (array $expectedRecord, array $actualRecords)
 
 getAllRecords ($tableName, $hasUidField=false)
 
 arrayToString (array $array)
 
 renderRecords (array $assertion, array $record)
 
 getDifferentFields (array $assertion, array $record)
 
 setUpFrontendRootPage ($pageId, array $typoScriptFiles=[])
 
 addTypoScriptToTemplateRecord ($pageId, $typoScript)
 
 getFrontendResponse ($pageId, $languageId=0, $backendUserId=0, $workspaceId=0, $failOnFailure=true, $frontendUserId=0)
 
- Protected Member Functions inherited from TYPO3\CMS\Core\Tests\BaseTestCase
 getAccessibleMock ( $originalClassName, $methods=[], array $arguments=[], $mockClassName='', $callOriginalConstructor=true, $callOriginalClone=true, $callAutoload=true)
 
 getAccessibleMockForAbstractClass ( $originalClassName, array $arguments=[], $mockClassName='', $callOriginalConstructor=true, $callOriginalClone=true, $callAutoload=true, $mockedMethods=[])
 
 buildAccessibleProxy ($className)
 
 callInaccessibleMethod ($object, $name)
 
 inject ($target, $name, $dependency)
 
 getUniqueId ($prefix='')
 

Detailed Description

Functional test for the DataHandler

Definition at line 20 of file ActionTest.php.

Member Function Documentation

◆ changeContentSorting()

◆ copyContent()

◆ copyContentToLanguage()

◆ createContentWithFileReference()

◆ deleteContent()

◆ localizeContent()

◆ modifyContent()

◆ modifyContentAndAddFileReference()

TYPO3\CMS\Core\Tests\Functional\DataHandling\FAL\Modify\ActionTest::modifyContentAndAddFileReference ( )

◆ modifyContentAndDeleteAllFileReference()

TYPO3\CMS\Core\Tests\Functional\DataHandling\FAL\Modify\ActionTest::modifyContentAndDeleteAllFileReference ( )

◆ modifyContentAndDeleteFileReference()

◆ modifyContentWithFileReference()

◆ moveContentToDifferentPage()

◆ moveContentToDifferentPageAndChangeSorting()

Member Data Documentation

◆ $assertionDataSetDirectory

TYPO3\CMS\Core\Tests\Functional\DataHandling\FAL\Modify\ActionTest::$assertionDataSetDirectory = 'typo3/sysext/core/Tests/Functional/DataHandling/FAL/Modify/DataSet/'
protected

Definition at line 25 of file ActionTest.php.