‪TYPO3CMS  11.5
TYPO3\CMS\Core\Tests\Functional\DataHandling\Category\OneToOne\AbstractActionTestCase Class Reference
Inheritance diagram for TYPO3\CMS\Core\Tests\Functional\DataHandling\Category\OneToOne\AbstractActionTestCase:
TYPO3\CMS\Core\Tests\Functional\DataHandling\AbstractDataHandlerActionTestCase TYPO3\CMS\Core\Log\LogDataTrait TYPO3\CMS\Core\Tests\Functional\DataHandling\Category\OneToOne\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\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_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
 

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

◆ addCategoryRelation()

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

◆ changeContentAndCategorySorting()

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

◆ changeExistingCategoryRelation()

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

◆ copyContentAndCategoryRelation()

◆ createAndAddCategoryRelation()

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

◆ createAndReplaceCategoryRelation()

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

◆ deleteCategoryRelation()

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

◆ modifyContentOfRelatedCategory()

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

◆ modifyReferencingContentElement()

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

◆ moveContentAndCategoryRelationToDifferentPage()

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

◆ setUp()

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

Member Data Documentation

◆ $testExtensionsToLoad

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

Definition at line 44 of file AbstractActionTestCase.php.

◆ FIELD_Category

const TYPO3\CMS\Core\Tests\Functional\DataHandling\Category\OneToOne\AbstractActionTestCase::FIELD_Category = 'tx_testdatahandler_category'
protected

Definition at line 40 of file AbstractActionTestCase.php.

◆ SCENARIO_DataSet

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

Definition at line 42 of file AbstractActionTestCase.php.

◆ TABLE_Category

◆ TABLE_Content

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

◆ VALUE_CategoryIdFirst

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

Definition at line 32 of file AbstractActionTestCase.php.

◆ VALUE_CategoryIdFourth

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

◆ VALUE_CategoryIdSecond

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

Definition at line 33 of file AbstractActionTestCase.php.

◆ VALUE_CategoryIdThird

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

Definition at line 34 of file AbstractActionTestCase.php.

◆ VALUE_CategoryPageId

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

Definition at line 29 of file AbstractActionTestCase.php.

◆ VALUE_ContentIdFirst

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

◆ VALUE_ContentIdLast

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

Definition at line 31 of file AbstractActionTestCase.php.

◆ VALUE_PageId

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

Definition at line 27 of file AbstractActionTestCase.php.

◆ VALUE_TargetPageId

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

Definition at line 28 of file AbstractActionTestCase.php.