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

Public Member Functions

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

Protected Member Functions

 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)
 

Protected Attributes

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 = 'tx_testdatahandler_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
 

Additional Inherited Members

- ‪Static Protected Member Functions inherited from ‪TYPO3\CMS\Core\Log\LogDataTrait
static formatLogDetailsStatic (string $detailString, array $substitutes)
 

Detailed Description

Functional test for the DataHandler

Definition at line 25 of file AbstractActionTestCase.php.

Member Function Documentation

◆ addAndDeleteCategoryRelationsOnExisting()

TYPO3\CMS\Core\Tests\Functional\DataHandling\Category\OneToMany\AbstractActionTestCase::addAndDeleteCategoryRelationsOnExisting ( )

◆ addCategoryRelation()

TYPO3\CMS\Core\Tests\Functional\DataHandling\Category\OneToMany\AbstractActionTestCase::addCategoryRelation ( )

◆ addCategoryRelations()

TYPO3\CMS\Core\Tests\Functional\DataHandling\Category\OneToMany\AbstractActionTestCase::addCategoryRelations ( )

◆ addCategoryRelationsToExisting()

TYPO3\CMS\Core\Tests\Functional\DataHandling\Category\OneToMany\AbstractActionTestCase::addCategoryRelationsToExisting ( )

◆ addCategoryRelationToExisting()

TYPO3\CMS\Core\Tests\Functional\DataHandling\Category\OneToMany\AbstractActionTestCase::addCategoryRelationToExisting ( )

◆ changeContentAndCategorySorting()

TYPO3\CMS\Core\Tests\Functional\DataHandling\Category\OneToMany\AbstractActionTestCase::changeContentAndCategorySorting ( )

◆ createAndAddCategoryRelation()

TYPO3\CMS\Core\Tests\Functional\DataHandling\Category\OneToMany\AbstractActionTestCase::createAndAddCategoryRelation ( )

◆ createAndReplaceCategoryRelation()

TYPO3\CMS\Core\Tests\Functional\DataHandling\Category\OneToMany\AbstractActionTestCase::createAndReplaceCategoryRelation ( )

◆ deleteCategoryRelation()

TYPO3\CMS\Core\Tests\Functional\DataHandling\Category\OneToMany\AbstractActionTestCase::deleteCategoryRelation ( )

◆ deleteCategoryRelations()

TYPO3\CMS\Core\Tests\Functional\DataHandling\Category\OneToMany\AbstractActionTestCase::deleteCategoryRelations ( )

◆ modifyContentOfRelatedCategory()

TYPO3\CMS\Core\Tests\Functional\DataHandling\Category\OneToMany\AbstractActionTestCase::modifyContentOfRelatedCategory ( )

◆ modifyReferencingContentElement()

TYPO3\CMS\Core\Tests\Functional\DataHandling\Category\OneToMany\AbstractActionTestCase::modifyReferencingContentElement ( )

◆ moveContentAndCategoryRelationToDifferentPage()

TYPO3\CMS\Core\Tests\Functional\DataHandling\Category\OneToMany\AbstractActionTestCase::moveContentAndCategoryRelationToDifferentPage ( )

◆ setUp()

TYPO3\CMS\Core\Tests\Functional\DataHandling\Category\OneToMany\AbstractActionTestCase::setUp ( )
protected

Member Data Documentation

◆ $testExtensionsToLoad

TYPO3\CMS\Core\Tests\Functional\DataHandling\Category\OneToMany\AbstractActionTestCase::$testExtensionsToLoad
protected
Initial value:
= array(
'typo3/sysext/core/Tests/Functional/Fixtures/Extensions/test_datahandler',
)

Definition at line 44 of file AbstractActionTestCase.php.

◆ FIELD_Categories

const TYPO3\CMS\Core\Tests\Functional\DataHandling\Category\OneToMany\AbstractActionTestCase::FIELD_Categories = 'tx_testdatahandler_categories'
protected

Definition at line 40 of file AbstractActionTestCase.php.

◆ SCENARIO_DataSet

const TYPO3\CMS\Core\Tests\Functional\DataHandling\Category\OneToMany\AbstractActionTestCase::SCENARIO_DataSet = __DIR__ . '/DataSet/ImportDefault.csv'
protected

Definition at line 42 of file AbstractActionTestCase.php.

◆ TABLE_Category

const TYPO3\CMS\Core\Tests\Functional\DataHandling\Category\OneToMany\AbstractActionTestCase::TABLE_Category = 'sys_category'
protected

◆ TABLE_Content

const TYPO3\CMS\Core\Tests\Functional\DataHandling\Category\OneToMany\AbstractActionTestCase::TABLE_Content = 'tt_content'
protected

Definition at line 37 of file AbstractActionTestCase.php.

◆ VALUE_CategoryIdFirst

const TYPO3\CMS\Core\Tests\Functional\DataHandling\Category\OneToMany\AbstractActionTestCase::VALUE_CategoryIdFirst = 28
protected

Definition at line 32 of file AbstractActionTestCase.php.

◆ VALUE_CategoryIdFourth

const TYPO3\CMS\Core\Tests\Functional\DataHandling\Category\OneToMany\AbstractActionTestCase::VALUE_CategoryIdFourth = 31
protected

Definition at line 35 of file AbstractActionTestCase.php.

◆ VALUE_CategoryIdSecond

const TYPO3\CMS\Core\Tests\Functional\DataHandling\Category\OneToMany\AbstractActionTestCase::VALUE_CategoryIdSecond = 29
protected

Definition at line 33 of file AbstractActionTestCase.php.

◆ VALUE_CategoryIdThird

const TYPO3\CMS\Core\Tests\Functional\DataHandling\Category\OneToMany\AbstractActionTestCase::VALUE_CategoryIdThird = 30
protected

Definition at line 34 of file AbstractActionTestCase.php.

◆ VALUE_CategoryPageId

const TYPO3\CMS\Core\Tests\Functional\DataHandling\Category\OneToMany\AbstractActionTestCase::VALUE_CategoryPageId = 0
protected

Definition at line 29 of file AbstractActionTestCase.php.

◆ VALUE_ContentIdFirst

const TYPO3\CMS\Core\Tests\Functional\DataHandling\Category\OneToMany\AbstractActionTestCase::VALUE_ContentIdFirst = 297
protected

Definition at line 30 of file AbstractActionTestCase.php.

◆ VALUE_ContentIdLast

const TYPO3\CMS\Core\Tests\Functional\DataHandling\Category\OneToMany\AbstractActionTestCase::VALUE_ContentIdLast = 298
protected

Definition at line 31 of file AbstractActionTestCase.php.

◆ VALUE_PageId

const TYPO3\CMS\Core\Tests\Functional\DataHandling\Category\OneToMany\AbstractActionTestCase::VALUE_PageId = 88
protected

Definition at line 27 of file AbstractActionTestCase.php.

◆ VALUE_TargetPageId

const TYPO3\CMS\Core\Tests\Functional\DataHandling\Category\OneToMany\AbstractActionTestCase::VALUE_TargetPageId = 89
protected

Definition at line 28 of file AbstractActionTestCase.php.