TYPO3 CMS  TYPO3_6-2
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

 setUp ()
 
 addCategoryRelation ()
 
 deleteCategoryRelation ()
 
 changeCategoryRelationSorting ()
 
 modifyCategoryOfRelation ()
 
 modifyContentOfRelation ()
 
 modifyBothsOfRelation ()
 
 deleteContentOfRelation ()
 
 deleteCategoryOfRelation ()
 
 copyContentOfRelation ()
 
 copyCategoryOfRelation ()
 
 localizeContentOfRelation ()
 
 localizeCategoryOfRelation ()
 
 moveContentOfRelationToDifferentPage ()
 
 copyPage ()
 
- Public Member Functions inherited from TYPO3\CMS\Core\Tests\Functional\DataHandling\AbstractDataHandlerActionTestCase
 setUp ()
 
 tearDown ()
 
- Public Member Functions inherited from TYPO3\CMS\Core\Tests\FunctionalTestCase
 setUp ()
 

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 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 = array()
 
 $actionService
 
 $backendUser
 
- Protected Attributes inherited from TYPO3\CMS\Core\Tests\FunctionalTestCase
 $coreExtensionsToLoad = array()
 
 $testExtensionsToLoad = array()
 
 $pathsToLinkInTestInstance = array()
 
 $configurationToUseInTestInstance = array()
 
 $additionalFoldersToCreate = array()
 
- Protected Attributes inherited from TYPO3\CMS\Core\Tests\BaseTestCase
 $backupGlobals = TRUE
 
 $backupStaticAttributes = FALSE
 

Additional Inherited Members

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

Detailed Description

This file is part of the TYPO3 CMS project.

It is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, either version 2 of the License, or any later version.

For the full copyright and license information, please read the LICENSE.txt file that was distributed with this source code.

The TYPO3 project - inspiring people to share! Functional test for the DataHandler

Definition at line 22 of file AbstractActionTestCase.php.

Member Function Documentation

◆ addCategoryRelation()

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

MM Relations

Test:
See also
DataSet/Assertion/addCategoryRelation.csv

Definition at line 59 of file AbstractActionTestCase.php.

◆ changeCategoryRelationSorting()

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

Definition at line 79 of file AbstractActionTestCase.php.

◆ copyCategoryOfRelation()

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

Definition at line 139 of file AbstractActionTestCase.php.

◆ copyContentOfRelation()

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

Definition at line 130 of file AbstractActionTestCase.php.

◆ copyPage()

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

Definition at line 171 of file AbstractActionTestCase.php.

◆ deleteCategoryOfRelation()

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

Definition at line 122 of file AbstractActionTestCase.php.

◆ deleteCategoryRelation()

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

Definition at line 69 of file AbstractActionTestCase.php.

◆ deleteContentOfRelation()

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

Definition at line 114 of file AbstractActionTestCase.php.

◆ localizeCategoryOfRelation()

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

Definition at line 155 of file AbstractActionTestCase.php.

◆ localizeContentOfRelation()

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

Definition at line 147 of file AbstractActionTestCase.php.

◆ modifyBothsOfRelation()

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

Definition at line 105 of file AbstractActionTestCase.php.

◆ modifyCategoryOfRelation()

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

Definition at line 89 of file AbstractActionTestCase.php.

◆ modifyContentOfRelation()

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

Definition at line 97 of file AbstractActionTestCase.php.

◆ moveContentOfRelationToDifferentPage()

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

Definition at line 163 of file AbstractActionTestCase.php.

◆ setUp()

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

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 40 of file AbstractActionTestCase.php.

◆ TABLE_Category

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

Definition at line 34 of file AbstractActionTestCase.php.

◆ TABLE_Content

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

Definition at line 33 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 35 of file AbstractActionTestCase.php.

◆ TABLE_Page

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

Definition at line 32 of file AbstractActionTestCase.php.

◆ VALUE_CategoryIdFirst

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

Definition at line 29 of file AbstractActionTestCase.php.

◆ VALUE_CategoryIdSecond

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

Definition at line 30 of file AbstractActionTestCase.php.

◆ VALUE_ContentIdFirst

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

Definition at line 26 of file AbstractActionTestCase.php.

◆ VALUE_ContentIdLast

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

Definition at line 27 of file AbstractActionTestCase.php.

◆ VALUE_LanguageId

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

Definition at line 28 of file AbstractActionTestCase.php.

◆ VALUE_PageId

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

Definition at line 24 of file AbstractActionTestCase.php.

◆ VALUE_PageIdTarget

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

Definition at line 25 of file AbstractActionTestCase.php.