‪TYPO3CMS  ‪main
TYPO3\CMS\Core\Tests\Functional\DataScenarios\CategoryOneToMany\AbstractActionTestCase Class Reference
Inheritance diagram for TYPO3\CMS\Core\Tests\Functional\DataScenarios\CategoryOneToMany\AbstractActionTestCase:
TYPO3\CMS\Core\Tests\Functional\DataScenarios\AbstractDataHandlerActionTestCase TYPO3\CMS\Core\Tests\Functional\SiteHandling\SiteBasedTestTrait TYPO3\CMS\Core\Log\LogDataTrait TYPO3\CMS\Core\Tests\Functional\DataScenarios\CategoryOneToMany\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\DataScenarios\AbstractDataHandlerActionTestCase
 tearDown ()
 
 setWorkspaceId (int $workspaceId)
 
- ‪Protected Member Functions inherited from ‪TYPO3\CMS\Core\Log\LogDataTrait
 unserializeLogData (mixed $logData)
 
 formatLogDetails (string $detailString, mixed $substitutes)
 
- ‪Protected Member Functions inherited from ‪TYPO3\CMS\Core\Tests\Functional\SiteHandling\SiteBasedTestTrait
 writeSiteConfiguration (string $identifier, array $site=[], array $languages=[], array $errorHandling=[])
 
 mergeSiteConfiguration (string $identifier, array $overrides)
 
 buildSiteConfiguration (int $rootPageId, string $base='')
 
 buildDefaultLanguageConfiguration (string $identifier, string $base)
 
 buildLanguageConfiguration (string $identifier, string $base, array $fallbackIdentifiers=[], string $fallbackType=null)
 
 buildErrorHandlingConfiguration (string $handler, array $codes)
 
mixed resolveLanguagePreset (string $identifier)
 
 applyInstructions (InternalRequest $request, AbstractInstruction ... $instructions)
 
 mergeInstruction (AbstractInstruction $current, AbstractInstruction $other)
 

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'
 
array $testExtensionsToLoad
 
- ‪Protected Attributes inherited from ‪TYPO3\CMS\Core\Tests\Functional\DataScenarios\AbstractDataHandlerActionTestCase
const VALUE_BackendUserId = 1
 
const VALUE_WorkspaceId = 0
 
int $expectedErrorLogEntries = 0
 
array $recordIds = []
 
ActionService $actionService
 
BackendUserAuthentication $backendUser
 
const LANGUAGE_PRESETS
 

Additional Inherited Members

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

Detailed Description

Definition at line 23 of file AbstractActionTestCase.php.

Member Function Documentation

◆ addAndDeleteCategoryRelationsOnExisting()

TYPO3\CMS\Core\Tests\Functional\DataScenarios\CategoryOneToMany\AbstractActionTestCase::addAndDeleteCategoryRelationsOnExisting ( )

◆ addCategoryRelation()

TYPO3\CMS\Core\Tests\Functional\DataScenarios\CategoryOneToMany\AbstractActionTestCase::addCategoryRelation ( )

◆ addCategoryRelations()

TYPO3\CMS\Core\Tests\Functional\DataScenarios\CategoryOneToMany\AbstractActionTestCase::addCategoryRelations ( )

◆ addCategoryRelationsToExisting()

TYPO3\CMS\Core\Tests\Functional\DataScenarios\CategoryOneToMany\AbstractActionTestCase::addCategoryRelationsToExisting ( )

◆ addCategoryRelationToExisting()

TYPO3\CMS\Core\Tests\Functional\DataScenarios\CategoryOneToMany\AbstractActionTestCase::addCategoryRelationToExisting ( )

◆ changeContentAndCategorySorting()

TYPO3\CMS\Core\Tests\Functional\DataScenarios\CategoryOneToMany\AbstractActionTestCase::changeContentAndCategorySorting ( )

◆ createAndAddCategoryRelation()

TYPO3\CMS\Core\Tests\Functional\DataScenarios\CategoryOneToMany\AbstractActionTestCase::createAndAddCategoryRelation ( )

◆ createAndReplaceCategoryRelation()

TYPO3\CMS\Core\Tests\Functional\DataScenarios\CategoryOneToMany\AbstractActionTestCase::createAndReplaceCategoryRelation ( )

◆ deleteCategoryRelation()

TYPO3\CMS\Core\Tests\Functional\DataScenarios\CategoryOneToMany\AbstractActionTestCase::deleteCategoryRelation ( )

◆ deleteCategoryRelations()

TYPO3\CMS\Core\Tests\Functional\DataScenarios\CategoryOneToMany\AbstractActionTestCase::deleteCategoryRelations ( )

◆ modifyContentOfRelatedCategory()

TYPO3\CMS\Core\Tests\Functional\DataScenarios\CategoryOneToMany\AbstractActionTestCase::modifyContentOfRelatedCategory ( )

◆ modifyReferencingContentElement()

TYPO3\CMS\Core\Tests\Functional\DataScenarios\CategoryOneToMany\AbstractActionTestCase::modifyReferencingContentElement ( )

◆ moveContentAndCategoryRelationToDifferentPage()

TYPO3\CMS\Core\Tests\Functional\DataScenarios\CategoryOneToMany\AbstractActionTestCase::moveContentAndCategoryRelationToDifferentPage ( )

◆ setUp()

Member Data Documentation

◆ $testExtensionsToLoad

array TYPO3\CMS\Core\Tests\Functional\DataScenarios\CategoryOneToMany\AbstractActionTestCase::$testExtensionsToLoad
protected
Initial value:
= [
'typo3/sysext/core/Tests/Functional/Fixtures/Extensions/test_datahandler',
]

Definition at line 43 of file AbstractActionTestCase.php.

◆ FIELD_Categories

const TYPO3\CMS\Core\Tests\Functional\DataScenarios\CategoryOneToMany\AbstractActionTestCase::FIELD_Categories = 'tx_testdatahandler_categories'
protected

Definition at line 39 of file AbstractActionTestCase.php.

◆ SCENARIO_DataSet

const TYPO3\CMS\Core\Tests\Functional\DataScenarios\CategoryOneToMany\AbstractActionTestCase::SCENARIO_DataSet = __DIR__ . '/DataSet/ImportDefault.csv'
protected

Definition at line 41 of file AbstractActionTestCase.php.

◆ TABLE_Category

const TYPO3\CMS\Core\Tests\Functional\DataScenarios\CategoryOneToMany\AbstractActionTestCase::TABLE_Category = 'sys_category'
protected

◆ TABLE_Content

const TYPO3\CMS\Core\Tests\Functional\DataScenarios\CategoryOneToMany\AbstractActionTestCase::TABLE_Content = 'tt_content'
protected

Definition at line 36 of file AbstractActionTestCase.php.

◆ VALUE_CategoryIdFirst

const TYPO3\CMS\Core\Tests\Functional\DataScenarios\CategoryOneToMany\AbstractActionTestCase::VALUE_CategoryIdFirst = 28
protected

Definition at line 31 of file AbstractActionTestCase.php.

◆ VALUE_CategoryIdFourth

const TYPO3\CMS\Core\Tests\Functional\DataScenarios\CategoryOneToMany\AbstractActionTestCase::VALUE_CategoryIdFourth = 31
protected

Definition at line 34 of file AbstractActionTestCase.php.

◆ VALUE_CategoryIdSecond

const TYPO3\CMS\Core\Tests\Functional\DataScenarios\CategoryOneToMany\AbstractActionTestCase::VALUE_CategoryIdSecond = 29
protected

Definition at line 32 of file AbstractActionTestCase.php.

◆ VALUE_CategoryIdThird

const TYPO3\CMS\Core\Tests\Functional\DataScenarios\CategoryOneToMany\AbstractActionTestCase::VALUE_CategoryIdThird = 30
protected

Definition at line 33 of file AbstractActionTestCase.php.

◆ VALUE_CategoryPageId

const TYPO3\CMS\Core\Tests\Functional\DataScenarios\CategoryOneToMany\AbstractActionTestCase::VALUE_CategoryPageId = 0
protected

Definition at line 28 of file AbstractActionTestCase.php.

◆ VALUE_ContentIdFirst

const TYPO3\CMS\Core\Tests\Functional\DataScenarios\CategoryOneToMany\AbstractActionTestCase::VALUE_ContentIdFirst = 297
protected

Definition at line 29 of file AbstractActionTestCase.php.

◆ VALUE_ContentIdLast

const TYPO3\CMS\Core\Tests\Functional\DataScenarios\CategoryOneToMany\AbstractActionTestCase::VALUE_ContentIdLast = 298
protected

Definition at line 30 of file AbstractActionTestCase.php.

◆ VALUE_PageId

const TYPO3\CMS\Core\Tests\Functional\DataScenarios\CategoryOneToMany\AbstractActionTestCase::VALUE_PageId = 88
protected

Definition at line 26 of file AbstractActionTestCase.php.

◆ VALUE_TargetPageId

const TYPO3\CMS\Core\Tests\Functional\DataScenarios\CategoryOneToMany\AbstractActionTestCase::VALUE_TargetPageId = 89
protected

Definition at line 27 of file AbstractActionTestCase.php.