TYPO3 CMS  TYPO3_6-2
TYPO3\CMS\Core\Tests\Functional\DataHandling\Regular\AbstractActionTestCase Class Reference
Inheritance diagram for TYPO3\CMS\Core\Tests\Functional\DataHandling\Regular\AbstractActionTestCase:
TYPO3\CMS\Core\Tests\Functional\DataHandling\AbstractDataHandlerActionTestCase TYPO3\CMS\Core\Tests\FunctionalTestCase TYPO3\CMS\Core\Tests\BaseTestCase TYPO3\CMS\Core\Tests\Functional\DataHandling\Regular\Modify\ActionTest

Public Member Functions

 setUp ()
 
 createContents ()
 
 modifyContent ()
 
 deleteContent ()
 
 deleteLocalizedContentAndDeleteContent ()
 
 copyContent ()
 
 copyPasteContent ()
 
 localizeContent ()
 
 changeContentSorting ()
 
 moveContentToDifferentPage ()
 
 movePasteContentToDifferentPage ()
 
 moveContentToDifferentPageAndChangeSorting ()
 
 createPage ()
 
 modifyPage ()
 
 deletePage ()
 
 copyPage ()
 
 localizePage ()
 
 changePageSorting ()
 
 movePageToDifferentPage ()
 
 movePageToDifferentPageAndChangeSorting ()
 
- 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_PageIdWebsite = 1
 
const VALUE_ContentIdFirst = 297
 
const VALUE_ContentIdSecond = 298
 
const VALUE_ContentIdThird = 299
 
const VALUE_ContentIdThirdLocalized = 300
 
const VALUE_LanguageId = 1
 
const TABLE_Page = 'pages'
 
const TABLE_Content = 'tt_content'
 
- Public Attributes inherited from TYPO3\CMS\Core\Tests\Functional\DataHandling\AbstractDataHandlerActionTestCase
const VALUE_BackendUserId = 1
 

Protected Attributes

 $scenarioDataSetDirectory = 'typo3/sysext/core/Tests/Functional/DataHandling/Regular/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

◆ changeContentSorting()

TYPO3\CMS\Core\Tests\Functional\DataHandling\Regular\AbstractActionTestCase::changeContentSorting ( )
Test:
See also
DataSet/Assertion/changeContentRecordSorting.csv

Definition at line 117 of file AbstractActionTestCase.php.

◆ changePageSorting()

TYPO3\CMS\Core\Tests\Functional\DataHandling\Regular\AbstractActionTestCase::changePageSorting ( )
Test:
See also
DataSet/Assertion/changePageRecordSorting.csv

Definition at line 196 of file AbstractActionTestCase.php.

◆ copyContent()

TYPO3\CMS\Core\Tests\Functional\DataHandling\Regular\AbstractActionTestCase::copyContent ( )
Test:
See also
DataSet/Assertion/copyContentRecord.csv

Definition at line 93 of file AbstractActionTestCase.php.

◆ copyPage()

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

Definition at line 179 of file AbstractActionTestCase.php.

◆ copyPasteContent()

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

Definition at line 101 of file AbstractActionTestCase.php.

◆ createContents()

TYPO3\CMS\Core\Tests\Functional\DataHandling\Regular\AbstractActionTestCase::createContents ( )

Content records

Test:
See also
DataSet/Assertion/createContentRecords.csv

Definition at line 58 of file AbstractActionTestCase.php.

◆ createPage()

TYPO3\CMS\Core\Tests\Functional\DataHandling\Regular\AbstractActionTestCase::createPage ( )

Page records

Test:
See also
DataSet/Assertion/createPageRecord.csv

Definition at line 154 of file AbstractActionTestCase.php.

◆ deleteContent()

TYPO3\CMS\Core\Tests\Functional\DataHandling\Regular\AbstractActionTestCase::deleteContent ( )
Test:
See also
DataSet/Assertion/deleteContentRecord.csv

Definition at line 77 of file AbstractActionTestCase.php.

◆ deleteLocalizedContentAndDeleteContent()

TYPO3\CMS\Core\Tests\Functional\DataHandling\Regular\AbstractActionTestCase::deleteLocalizedContentAndDeleteContent ( )
See also
DataSet/deleteLocalizedContentNDeleteContent.csv

Definition at line 84 of file AbstractActionTestCase.php.

◆ deletePage()

TYPO3\CMS\Core\Tests\Functional\DataHandling\Regular\AbstractActionTestCase::deletePage ( )
Test:
See also
DataSet/Assertion/deletePageRecord.csv

Definition at line 171 of file AbstractActionTestCase.php.

◆ localizeContent()

TYPO3\CMS\Core\Tests\Functional\DataHandling\Regular\AbstractActionTestCase::localizeContent ( )
Test:
See also
DataSet/Assertion/localizeContentRecord.csv

Definition at line 109 of file AbstractActionTestCase.php.

◆ localizePage()

TYPO3\CMS\Core\Tests\Functional\DataHandling\Regular\AbstractActionTestCase::localizePage ( )
Test:
See also
DataSet/Assertion/localizePageRecord.csv

Definition at line 188 of file AbstractActionTestCase.php.

◆ modifyContent()

TYPO3\CMS\Core\Tests\Functional\DataHandling\Regular\AbstractActionTestCase::modifyContent ( )
Test:
See also
DataSet/Assertion/modifyContentRecord.csv

Definition at line 69 of file AbstractActionTestCase.php.

◆ modifyPage()

TYPO3\CMS\Core\Tests\Functional\DataHandling\Regular\AbstractActionTestCase::modifyPage ( )
Test:
See also
DataSet/Assertion/modifyPageRecord.csv

Definition at line 163 of file AbstractActionTestCase.php.

◆ moveContentToDifferentPage()

TYPO3\CMS\Core\Tests\Functional\DataHandling\Regular\AbstractActionTestCase::moveContentToDifferentPage ( )
Test:
See also
DataSet/Assertion/moveContentRecordToDifferentPage.csv

Definition at line 125 of file AbstractActionTestCase.php.

◆ moveContentToDifferentPageAndChangeSorting()

TYPO3\CMS\Core\Tests\Functional\DataHandling\Regular\AbstractActionTestCase::moveContentToDifferentPageAndChangeSorting ( )
Test:
See also
DataSet/Assertion/moveContentRecordToDifferentPageAndChangeSorting.csv

Definition at line 141 of file AbstractActionTestCase.php.

◆ movePageToDifferentPage()

TYPO3\CMS\Core\Tests\Functional\DataHandling\Regular\AbstractActionTestCase::movePageToDifferentPage ( )
Test:
See also
DataSet/Assertion/movePageRecordToDifferentPage.csv

Definition at line 204 of file AbstractActionTestCase.php.

◆ movePageToDifferentPageAndChangeSorting()

TYPO3\CMS\Core\Tests\Functional\DataHandling\Regular\AbstractActionTestCase::movePageToDifferentPageAndChangeSorting ( )
Test:
See also
DataSet/Assertion/movePageRecordToDifferentPageAndChangeSorting.csv

Definition at line 212 of file AbstractActionTestCase.php.

◆ movePasteContentToDifferentPage()

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

Definition at line 133 of file AbstractActionTestCase.php.

◆ setUp()

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

Member Data Documentation

◆ $scenarioDataSetDirectory

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

Definition at line 39 of file AbstractActionTestCase.php.

◆ TABLE_Content

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

Definition at line 34 of file AbstractActionTestCase.php.

◆ TABLE_Page

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

Definition at line 33 of file AbstractActionTestCase.php.

◆ VALUE_ContentIdFirst

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

Definition at line 27 of file AbstractActionTestCase.php.

◆ VALUE_ContentIdSecond

const TYPO3\CMS\Core\Tests\Functional\DataHandling\Regular\AbstractActionTestCase::VALUE_ContentIdSecond = 298

Definition at line 28 of file AbstractActionTestCase.php.

◆ VALUE_ContentIdThird

const TYPO3\CMS\Core\Tests\Functional\DataHandling\Regular\AbstractActionTestCase::VALUE_ContentIdThird = 299

Definition at line 29 of file AbstractActionTestCase.php.

◆ VALUE_ContentIdThirdLocalized

const TYPO3\CMS\Core\Tests\Functional\DataHandling\Regular\AbstractActionTestCase::VALUE_ContentIdThirdLocalized = 300

Definition at line 30 of file AbstractActionTestCase.php.

◆ VALUE_LanguageId

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

Definition at line 31 of file AbstractActionTestCase.php.

◆ VALUE_PageId

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

Definition at line 24 of file AbstractActionTestCase.php.

◆ VALUE_PageIdTarget

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

Definition at line 25 of file AbstractActionTestCase.php.

◆ VALUE_PageIdWebsite

const TYPO3\CMS\Core\Tests\Functional\DataHandling\Regular\AbstractActionTestCase::VALUE_PageIdWebsite = 1

Definition at line 26 of file AbstractActionTestCase.php.