‪TYPO3CMS  ‪main
TYPO3\CMS\Core\Tests\Functional\DataScenarios\CategoryOneToOne\AbstractActionTestCase Class Reference
Inheritance diagram for TYPO3\CMS\Core\Tests\Functional\DataScenarios\CategoryOneToOne\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\CategoryOneToOne\Modify\ActionTest

Public Member Functions

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

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_Category = 'tx_testdatahandler_category'
 
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

◆ addCategoryRelation()

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

◆ changeContentAndCategorySorting()

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

◆ changeExistingCategoryRelation()

TYPO3\CMS\Core\Tests\Functional\DataScenarios\CategoryOneToOne\AbstractActionTestCase::changeExistingCategoryRelation ( )

◆ copyContentAndCategoryRelation()

◆ createAndAddCategoryRelation()

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

◆ createAndReplaceCategoryRelation()

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

◆ deleteCategoryRelation()

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

◆ modifyContentOfRelatedCategory()

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

◆ modifyReferencingContentElement()

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

◆ moveContentAndCategoryRelationToDifferentPage()

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

◆ setUp()

Member Data Documentation

◆ $testExtensionsToLoad

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

Definition at line 43 of file AbstractActionTestCase.php.

◆ FIELD_Category

const TYPO3\CMS\Core\Tests\Functional\DataScenarios\CategoryOneToOne\AbstractActionTestCase::FIELD_Category = 'tx_testdatahandler_category'
protected

Definition at line 39 of file AbstractActionTestCase.php.

◆ SCENARIO_DataSet

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

Definition at line 41 of file AbstractActionTestCase.php.

◆ TABLE_Category

◆ TABLE_Content

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

◆ VALUE_CategoryIdFirst

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

Definition at line 31 of file AbstractActionTestCase.php.

◆ VALUE_CategoryIdFourth

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

◆ VALUE_CategoryIdSecond

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

Definition at line 32 of file AbstractActionTestCase.php.

◆ VALUE_CategoryIdThird

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

Definition at line 33 of file AbstractActionTestCase.php.

◆ VALUE_CategoryPageId

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

Definition at line 28 of file AbstractActionTestCase.php.

◆ VALUE_ContentIdFirst

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

◆ VALUE_ContentIdLast

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

Definition at line 30 of file AbstractActionTestCase.php.

◆ VALUE_PageId

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

Definition at line 26 of file AbstractActionTestCase.php.

◆ VALUE_TargetPageId

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

Definition at line 27 of file AbstractActionTestCase.php.