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

Public Member Functions

 verifyCleanReferenceIndex ()
 
 newVersionOfFileRelationInFlexformFieldIsCreatedOnSave ()
 

Protected Attributes

 $coreExtensionsToLoad = array( 'workspaces' )
 
 $pathsToLinkInTestInstance
 
 $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
 

Additional Inherited Members

- ‪Protected Member Functions inherited from ‪TYPO3\CMS\Core\Tests\Functional\DataHandling\AbstractDataHandlerActionTestCase
 setUp ()
 
 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)
 

Detailed Description

Definition at line 23 of file ActionTest.php.

Member Function Documentation

◆ newVersionOfFileRelationInFlexformFieldIsCreatedOnSave()

TYPO3\CMS\Core\Tests\Functional\DataHandling\FlexformIrre\ActionTest::newVersionOfFileRelationInFlexformFieldIsCreatedOnSave ( )

◆ verifyCleanReferenceIndex()

TYPO3\CMS\Core\Tests\Functional\DataHandling\FlexformIrre\ActionTest::verifyCleanReferenceIndex ( )
Test:

Definition at line 38 of file ActionTest.php.

Member Data Documentation

◆ $coreExtensionsToLoad

TYPO3\CMS\Core\Tests\Functional\DataHandling\FlexformIrre\ActionTest::$coreExtensionsToLoad = array( 'workspaces' )
protected

Definition at line 25 of file ActionTest.php.

◆ $pathsToLinkInTestInstance

TYPO3\CMS\Core\Tests\Functional\DataHandling\FlexformIrre\ActionTest::$pathsToLinkInTestInstance
protected
Initial value:
= array(
'typo3/sysext/core/Tests/Functional/DataHandling/FlexformIrre/Fixtures/fileadmin' => 'fileadmin/fixture',
)

Definition at line 27 of file ActionTest.php.

◆ $testExtensionsToLoad

TYPO3\CMS\Core\Tests\Functional\DataHandling\FlexformIrre\ActionTest::$testExtensionsToLoad
protected
Initial value:
= array(
'typo3/sysext/core/Tests/Functional/Fixtures/Extensions/test_irre_foreignfield',
)

Definition at line 31 of file ActionTest.php.