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

Public Member Functions

 verifyCleanReferenceIndex ()
 
 addCategoryRelation ()
 
 addCategoryRelations ()
 
 addCategoryRelationToExisting ()
 
 addCategoryRelationsToExisting ()
 
 createAndAddCategoryRelation ()
 
 createAndReplaceCategoryRelation ()
 
 addAndDeleteCategoryRelationsOnExisting ()
 
 modifyReferencingContentElement ()
 
 modifyContentOfRelatedCategory ()
 
 moveContentAndCategoryRelationToDifferentPage ()
 
 changeContentAndCategorySorting ()
 
 deleteCategoryRelation ()
 
 deleteCategoryRelations ()
 

Additional Inherited Members

- ‪Protected Member Functions inherited from ‪TYPO3\CMS\Core\Tests\Functional\DataHandling\Category\ManyToMany\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\Core\Tests\Functional\DataHandling\Category\ManyToMany\AbstractActionTestCase
const VALUE_PageId = 88
 
const VALUE_TargetPageId = 89
 
const VALUE_CategoryPageId = 0
 
const VALUE_ContentIdFirst = 297
 
const VALUE_ContentIdLast = 298
 
const VALUE_CategoryIdFirst = 28
 
const VALUE_CategoryIdSecond = 29
 
const VALUE_CategoryIdThird = 30
 
const VALUE_CategoryIdFourth = 31
 
const TABLE_Content = 'tt_content'
 
const TABLE_Category = 'sys_category'
 
const FIELD_Categories = 'categories'
 
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 27 of file ActionTest.php.

Member Function Documentation

◆ addAndDeleteCategoryRelationsOnExisting()

TYPO3\CMS\Core\Tests\Functional\DataHandling\Category\ManyToMany\Modify\ActionTest::addAndDeleteCategoryRelationsOnExisting ( )

◆ addCategoryRelation()

TYPO3\CMS\Core\Tests\Functional\DataHandling\Category\ManyToMany\Modify\ActionTest::addCategoryRelation ( )

◆ addCategoryRelations()

TYPO3\CMS\Core\Tests\Functional\DataHandling\Category\ManyToMany\Modify\ActionTest::addCategoryRelations ( )

◆ addCategoryRelationsToExisting()

TYPO3\CMS\Core\Tests\Functional\DataHandling\Category\ManyToMany\Modify\ActionTest::addCategoryRelationsToExisting ( )

◆ addCategoryRelationToExisting()

TYPO3\CMS\Core\Tests\Functional\DataHandling\Category\ManyToMany\Modify\ActionTest::addCategoryRelationToExisting ( )

◆ changeContentAndCategorySorting()

TYPO3\CMS\Core\Tests\Functional\DataHandling\Category\ManyToMany\Modify\ActionTest::changeContentAndCategorySorting ( )

◆ createAndAddCategoryRelation()

TYPO3\CMS\Core\Tests\Functional\DataHandling\Category\ManyToMany\Modify\ActionTest::createAndAddCategoryRelation ( )

◆ createAndReplaceCategoryRelation()

TYPO3\CMS\Core\Tests\Functional\DataHandling\Category\ManyToMany\Modify\ActionTest::createAndReplaceCategoryRelation ( )

◆ deleteCategoryRelation()

◆ deleteCategoryRelations()

TYPO3\CMS\Core\Tests\Functional\DataHandling\Category\ManyToMany\Modify\ActionTest::deleteCategoryRelations ( )

◆ modifyContentOfRelatedCategory()

TYPO3\CMS\Core\Tests\Functional\DataHandling\Category\ManyToMany\Modify\ActionTest::modifyContentOfRelatedCategory ( )

◆ modifyReferencingContentElement()

TYPO3\CMS\Core\Tests\Functional\DataHandling\Category\ManyToMany\Modify\ActionTest::modifyReferencingContentElement ( )

◆ moveContentAndCategoryRelationToDifferentPage()

TYPO3\CMS\Core\Tests\Functional\DataHandling\Category\ManyToMany\Modify\ActionTest::moveContentAndCategoryRelationToDifferentPage ( )

◆ verifyCleanReferenceIndex()

TYPO3\CMS\Core\Tests\Functional\DataHandling\Category\ManyToMany\Modify\ActionTest::verifyCleanReferenceIndex ( )
Test:

Definition at line 32 of file ActionTest.php.