TYPO3 CMS  TYPO3_6-2
TYPO3\CMS\Impexp\Tests\Functional\Export\AbstractExportTestCase Class Reference
Inheritance diagram for TYPO3\CMS\Impexp\Tests\Functional\Export\AbstractExportTestCase:
TYPO3\CMS\Core\Tests\FunctionalTestCase TYPO3\CMS\Core\Tests\BaseTestCase TYPO3\CMS\Impexp\Tests\Functional\Export\GroupFileAndFileReferenceItem\ExportTest TYPO3\CMS\Impexp\Tests\Functional\Export\GroupFileAndFileReferenceItemInFlexForm\ExportTest TYPO3\CMS\Impexp\Tests\Functional\Export\IrreTutorialRecords\ExportTest TYPO3\CMS\Impexp\Tests\Functional\Export\PagesAndTtContent\ExportTest TYPO3\CMS\Impexp\Tests\Functional\Export\PagesAndTtContentWithImages\ExportTest TYPO3\CMS\Impexp\Tests\Functional\Export\PagesAndTtContentWithRteImagesAndFileLink\ExportTest

Public Member Functions

 setUp ()
 
- Public Member Functions inherited from TYPO3\CMS\Core\Tests\FunctionalTestCase
 setUp ()
 

Protected Member Functions

 addRecordsForPid ($pid, array $tables)
 
- 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='')
 

Protected Attributes

 $coreExtensionsToLoad = array('impexp')
 
 $export
 
- 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
 

Detailed Description

Functional test for the ImportExport

Definition at line 23 of file AbstractExportTestCase.php.

Member Function Documentation

◆ addRecordsForPid()

TYPO3\CMS\Impexp\Tests\Functional\Export\AbstractExportTestCase::addRecordsForPid (   $pid,
array  $tables 
)
protected

Adds records to the export object for a specific page id.

Parameters
int$pidPage id for which to select records to add
array$tablesArray of table names to select from
Returns
void

Definition at line 90 of file AbstractExportTestCase.php.

References $GLOBALS, and TYPO3\CMS\Backend\Utility\BackendUtility\deleteClause().

Referenced by TYPO3\CMS\Impexp\Tests\Functional\Export\IrreTutorialRecords\ExportTest\exportIrreRecords().

◆ setUp()

TYPO3\CMS\Impexp\Tests\Functional\Export\AbstractExportTestCase::setUp ( )

Set up for set up the backend user, initialize the language object and creating the ImportExport instance

Returns
void

Definition at line 41 of file AbstractExportTestCase.php.

References $GLOBALS, TYPO3\CMS\Core\Core\Bootstrap\getInstance(), and TYPO3\CMS\Core\Utility\GeneralUtility\makeInstance().

Member Data Documentation

◆ $coreExtensionsToLoad

TYPO3\CMS\Impexp\Tests\Functional\Export\AbstractExportTestCase::$coreExtensionsToLoad = array('impexp')
protected

Definition at line 28 of file AbstractExportTestCase.php.

◆ $export

TYPO3\CMS\Impexp\Tests\Functional\Export\AbstractExportTestCase::$export
protected

Definition at line 33 of file AbstractExportTestCase.php.