TYPO3 CMS  TYPO3_7-6
TYPO3\CMS\Core\Tests\Functional\DataHandling\ManyToMany\AbstractActionTestCase Class Reference
Inheritance diagram for TYPO3\CMS\Core\Tests\Functional\DataHandling\ManyToMany\AbstractActionTestCase:
TYPO3\CMS\Core\Tests\Functional\DataHandling\AbstractDataHandlerActionTestCase TYPO3\CMS\Core\Tests\FunctionalTestCase TYPO3\CMS\Core\Tests\BaseTestCase TYPO3\CMS\Core\Tests\Functional\DataHandling\ManyToMany\Modify\ActionTest

Public Member Functions

 addCategoryRelation ()
 
 deleteCategoryRelation ()
 
 changeCategoryRelationSorting ()
 
 modifyCategoryOfRelation ()
 
 modifyContentOfRelation ()
 
 modifyBothsOfRelation ()
 
 deleteContentOfRelation ()
 
 deleteCategoryOfRelation ()
 
 copyContentOfRelation ()
 
 copyCategoryOfRelation ()
 
 copyContentToLanguageOfRelation ()
 
 copyCategoryToLanguageOfRelation ()
 
 localizeContentOfRelation ()
 
 localizeCategoryOfRelation ()
 
 moveContentOfRelationToDifferentPage ()
 
 copyPage ()
 
- Public Member Functions inherited from TYPO3\CMS\Core\Tests\FunctionalTestCase
 importCSVDataSet ($path)
 

Public Attributes

const VALUE_PageId = 89
 
const VALUE_PageIdTarget = 90
 
const VALUE_ContentIdFirst = 297
 
const VALUE_ContentIdLast = 298
 
const VALUE_LanguageId = 1
 
const VALUE_CategoryIdFirst = 28
 
const VALUE_CategoryIdSecond = 29
 
const TABLE_Page = 'pages'
 
const TABLE_Content = 'tt_content'
 
const TABLE_Category = 'sys_category'
 
const TABLE_ContentCategory_ManyToMany = 'sys_category_record_mm'
 
- Public Attributes inherited from TYPO3\CMS\Core\Tests\Functional\DataHandling\AbstractDataHandlerActionTestCase
const VALUE_BackendUserId = 1
 

Protected Member Functions

 setUp ()
 
- Protected Member Functions inherited from TYPO3\CMS\Core\Tests\Functional\DataHandling\AbstractDataHandlerActionTestCase
 setUp ()
 
 tearDown ()
 
 getActionService ()
 
 importScenarioDataSet ($dataSetName)
 
 assertAssertionDataSet ($dataSetName)
 
 assertErrorLogEntries ()
 
 getRequestSectionHasRecordConstraint ()
 
 getRequestSectionDoesNotHaveRecordConstraint ()
 
 getRequestSectionStructureHasRecordConstraint ()
 
 getRequestSectionStructureDoesNotHaveRecordConstraint ()
 
- Protected Member Functions inherited from TYPO3\CMS\Core\Tests\FunctionalTestCase
 getInstanceIdentifier ()
 
 getInstancePath ()
 
 setUp ()
 
 getDatabaseConnection ()
 
 assertCSVDataSet ($path)
 
 assertInRecords (array $expectedRecord, array $actualRecords)
 
 getAllRecords ($tableName, $hasUidField=false)
 
 arrayToString (array $array)
 
 renderRecords (array $assertion, array $record)
 
 getDifferentFields (array $assertion, array $record)
 
 setUpFrontendRootPage ($pageId, array $typoScriptFiles=[])
 
 addTypoScriptToTemplateRecord ($pageId, $typoScript)
 
 getFrontendResponse ($pageId, $languageId=0, $backendUserId=0, $workspaceId=0, $failOnFailure=true, $frontendUserId=0)
 
- Protected Member Functions inherited from TYPO3\CMS\Core\Tests\BaseTestCase
 getAccessibleMock ( $originalClassName, $methods=[], array $arguments=[], $mockClassName='', $callOriginalConstructor=true, $callOriginalClone=true, $callAutoload=true)
 
 getAccessibleMockForAbstractClass ( $originalClassName, array $arguments=[], $mockClassName='', $callOriginalConstructor=true, $callOriginalClone=true, $callAutoload=true, $mockedMethods=[])
 
 buildAccessibleProxy ($className)
 
 callInaccessibleMethod ($object, $name)
 
 inject ($target, $name, $dependency)
 
 getUniqueId ($prefix='')
 

Protected Attributes

 $scenarioDataSetDirectory = 'typo3/sysext/core/Tests/Functional/DataHandling/ManyToMany/DataSet/'
 
- Protected Attributes inherited from TYPO3\CMS\Core\Tests\Functional\DataHandling\AbstractDataHandlerActionTestCase
 $scenarioDataSetDirectory
 
 $assertionDataSetDirectory
 
 $expectedErrorLogEntries = 0
 
 $testExtensionsToLoad
 
 $pathsToLinkInTestInstance
 
 $recordIds = []
 
 $actionService
 
 $backendUser
 
- Protected Attributes inherited from TYPO3\CMS\Core\Tests\FunctionalTestCase
 $coreExtensionsToLoad = []
 
 $testExtensionsToLoad = []
 
 $pathsToLinkInTestInstance = []
 
 $configurationToUseInTestInstance = []
 
 $additionalFoldersToCreate = []
 
 $backendUserFixture = 'typo3/sysext/core/Tests/Functional/Fixtures/be_users.xml'
 
- Protected Attributes inherited from TYPO3\CMS\Core\Tests\BaseTestCase
 $backupGlobals = true
 
 $backupStaticAttributes = false
 

Detailed Description

Functional test for the DataHandler

Definition at line 20 of file AbstractActionTestCase.php.

Member Function Documentation

◆ addCategoryRelation()

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

MM Relations

Test:
See also
DataSet/addCategoryRelation.csv

Definition at line 58 of file AbstractActionTestCase.php.

◆ changeCategoryRelationSorting()

TYPO3\CMS\Core\Tests\Functional\DataHandling\ManyToMany\AbstractActionTestCase::changeCategoryRelationSorting ( )
Test:
See also
DataSet/changeCategoryRelationSorting.csv

Definition at line 80 of file AbstractActionTestCase.php.

◆ copyCategoryOfRelation()

TYPO3\CMS\Core\Tests\Functional\DataHandling\ManyToMany\AbstractActionTestCase::copyCategoryOfRelation ( )
Test:
See also
DataSet/copyCategoryRecordOfCategoryRelation.csv

Definition at line 147 of file AbstractActionTestCase.php.

◆ copyCategoryToLanguageOfRelation()

TYPO3\CMS\Core\Tests\Functional\DataHandling\ManyToMany\AbstractActionTestCase::copyCategoryToLanguageOfRelation ( )
Test:
See also
DataSet/copyCategoryToLanguageOfRelation.csv

Definition at line 165 of file AbstractActionTestCase.php.

◆ copyContentOfRelation()

TYPO3\CMS\Core\Tests\Functional\DataHandling\ManyToMany\AbstractActionTestCase::copyContentOfRelation ( )
Test:
See also
DataSet/copyContentRecordOfCategoryRelation.csv

Definition at line 137 of file AbstractActionTestCase.php.

◆ copyContentToLanguageOfRelation()

TYPO3\CMS\Core\Tests\Functional\DataHandling\ManyToMany\AbstractActionTestCase::copyContentToLanguageOfRelation ( )
Test:
See also
DataSet/copyContentToLanguageOfRelation.csv

Definition at line 156 of file AbstractActionTestCase.php.

◆ copyPage()

TYPO3\CMS\Core\Tests\Functional\DataHandling\ManyToMany\AbstractActionTestCase::copyPage ( )
Test:
See also
DataSet/copyPage.csv

Definition at line 201 of file AbstractActionTestCase.php.

◆ deleteCategoryOfRelation()

TYPO3\CMS\Core\Tests\Functional\DataHandling\ManyToMany\AbstractActionTestCase::deleteCategoryOfRelation ( )
Test:
See also
DataSet/deleteCategoryRecordOfCategoryRelation.csv

Definition at line 128 of file AbstractActionTestCase.php.

◆ deleteCategoryRelation()

TYPO3\CMS\Core\Tests\Functional\DataHandling\ManyToMany\AbstractActionTestCase::deleteCategoryRelation ( )
Test:
See also
DataSet/deleteCategoryRelation.csv

Definition at line 69 of file AbstractActionTestCase.php.

◆ deleteContentOfRelation()

TYPO3\CMS\Core\Tests\Functional\DataHandling\ManyToMany\AbstractActionTestCase::deleteContentOfRelation ( )
Test:
See also
DataSet/deleteContentRecordOfCategoryRelation.csv

Definition at line 119 of file AbstractActionTestCase.php.

◆ localizeCategoryOfRelation()

TYPO3\CMS\Core\Tests\Functional\DataHandling\ManyToMany\AbstractActionTestCase::localizeCategoryOfRelation ( )
Test:
See also
DataSet/localizeCategoryRecordOfCategoryRelation.csv

Definition at line 183 of file AbstractActionTestCase.php.

◆ localizeContentOfRelation()

TYPO3\CMS\Core\Tests\Functional\DataHandling\ManyToMany\AbstractActionTestCase::localizeContentOfRelation ( )
Test:
See also
DataSet/localizeContentRecordOfCategoryRelation.csv

Definition at line 174 of file AbstractActionTestCase.php.

◆ modifyBothsOfRelation()

TYPO3\CMS\Core\Tests\Functional\DataHandling\ManyToMany\AbstractActionTestCase::modifyBothsOfRelation ( )
Test:
See also
DataSet/modifyBothRecordsOfCategoryRelation.csv

Definition at line 109 of file AbstractActionTestCase.php.

◆ modifyCategoryOfRelation()

TYPO3\CMS\Core\Tests\Functional\DataHandling\ManyToMany\AbstractActionTestCase::modifyCategoryOfRelation ( )
Test:
See also
DataSet/modifyCategoryRecordOfCategoryRelation.csv

Definition at line 91 of file AbstractActionTestCase.php.

◆ modifyContentOfRelation()

TYPO3\CMS\Core\Tests\Functional\DataHandling\ManyToMany\AbstractActionTestCase::modifyContentOfRelation ( )
Test:
See also
DataSet/modifyContentRecordOfCategoryRelation.csv

Definition at line 100 of file AbstractActionTestCase.php.

◆ moveContentOfRelationToDifferentPage()

TYPO3\CMS\Core\Tests\Functional\DataHandling\ManyToMany\AbstractActionTestCase::moveContentOfRelationToDifferentPage ( )
Test:
See also
DataSet/moveContentRecordOfCategoryRelationToDifferentPage.csv

Definition at line 192 of file AbstractActionTestCase.php.

◆ setUp()

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

Member Data Documentation

◆ $scenarioDataSetDirectory

TYPO3\CMS\Core\Tests\Functional\DataHandling\ManyToMany\AbstractActionTestCase::$scenarioDataSetDirectory = 'typo3/sysext/core/Tests/Functional/DataHandling/ManyToMany/DataSet/'
protected

Definition at line 38 of file AbstractActionTestCase.php.

◆ TABLE_Category

const TYPO3\CMS\Core\Tests\Functional\DataHandling\ManyToMany\AbstractActionTestCase::TABLE_Category = 'sys_category'

Definition at line 32 of file AbstractActionTestCase.php.

◆ TABLE_Content

const TYPO3\CMS\Core\Tests\Functional\DataHandling\ManyToMany\AbstractActionTestCase::TABLE_Content = 'tt_content'

Definition at line 31 of file AbstractActionTestCase.php.

◆ TABLE_ContentCategory_ManyToMany

const TYPO3\CMS\Core\Tests\Functional\DataHandling\ManyToMany\AbstractActionTestCase::TABLE_ContentCategory_ManyToMany = 'sys_category_record_mm'

Definition at line 33 of file AbstractActionTestCase.php.

◆ TABLE_Page

const TYPO3\CMS\Core\Tests\Functional\DataHandling\ManyToMany\AbstractActionTestCase::TABLE_Page = 'pages'

Definition at line 30 of file AbstractActionTestCase.php.

◆ VALUE_CategoryIdFirst

const TYPO3\CMS\Core\Tests\Functional\DataHandling\ManyToMany\AbstractActionTestCase::VALUE_CategoryIdFirst = 28

Definition at line 27 of file AbstractActionTestCase.php.

◆ VALUE_CategoryIdSecond

const TYPO3\CMS\Core\Tests\Functional\DataHandling\ManyToMany\AbstractActionTestCase::VALUE_CategoryIdSecond = 29

Definition at line 28 of file AbstractActionTestCase.php.

◆ VALUE_ContentIdFirst

const TYPO3\CMS\Core\Tests\Functional\DataHandling\ManyToMany\AbstractActionTestCase::VALUE_ContentIdFirst = 297

Definition at line 24 of file AbstractActionTestCase.php.

◆ VALUE_ContentIdLast

const TYPO3\CMS\Core\Tests\Functional\DataHandling\ManyToMany\AbstractActionTestCase::VALUE_ContentIdLast = 298

Definition at line 25 of file AbstractActionTestCase.php.

◆ VALUE_LanguageId

const TYPO3\CMS\Core\Tests\Functional\DataHandling\ManyToMany\AbstractActionTestCase::VALUE_LanguageId = 1

Definition at line 26 of file AbstractActionTestCase.php.

◆ VALUE_PageId

const TYPO3\CMS\Core\Tests\Functional\DataHandling\ManyToMany\AbstractActionTestCase::VALUE_PageId = 89

Definition at line 22 of file AbstractActionTestCase.php.

◆ VALUE_PageIdTarget

const TYPO3\CMS\Core\Tests\Functional\DataHandling\ManyToMany\AbstractActionTestCase::VALUE_PageIdTarget = 90

Definition at line 23 of file AbstractActionTestCase.php.