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

Public Member Functions

 verifyCleanReferenceIndex ()
 
 addCategoryRelation ()
 
 createAndAddCategoryRelation ()
 
 createAndReplaceCategoryRelation ()
 
 changeExistingCategoryRelation ()
 
 modifyReferencingContentElement ()
 
 modifyContentOfRelatedCategory ()
 
 moveContentAndCategoryRelationToDifferentPage ()
 
 changeContentAndCategorySorting ()
 
 copyContentAndCategoryRelation ()
 
 deleteCategoryRelation ()
 

Additional Inherited Members

- ‪Protected Member Functions inherited from ‪TYPO3\CMS\Core\Tests\Functional\DataHandling\Category\OneToOne\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\OneToOne\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_Category = 'tx_testdatahandler_category'
 
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

◆ addCategoryRelation()

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

◆ changeContentAndCategorySorting()

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

◆ changeExistingCategoryRelation()

TYPO3\CMS\Core\Tests\Functional\DataHandling\Category\OneToOne\Modify\ActionTest::changeExistingCategoryRelation ( )

◆ copyContentAndCategoryRelation()

TYPO3\CMS\Core\Tests\Functional\DataHandling\Category\OneToOne\Modify\ActionTest::copyContentAndCategoryRelation ( )

◆ createAndAddCategoryRelation()

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

◆ createAndReplaceCategoryRelation()

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

◆ deleteCategoryRelation()

TYPO3\CMS\Core\Tests\Functional\DataHandling\Category\OneToOne\Modify\ActionTest::deleteCategoryRelation ( )

◆ modifyContentOfRelatedCategory()

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

◆ modifyReferencingContentElement()

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

◆ moveContentAndCategoryRelationToDifferentPage()

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

◆ verifyCleanReferenceIndex()

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

Definition at line 32 of file ActionTest.php.