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

Public Member Functions

 setUp ()
 
 exportGroupFileAndFileReferenceItem ()
 
- Public Member Functions inherited from TYPO3\CMS\Impexp\Tests\Functional\Export\AbstractExportTestCase
 setUp ()
 
- Public Member Functions inherited from TYPO3\CMS\Core\Tests\FunctionalTestCase
 setUp ()
 

Protected Attributes

 $testExtensionsToLoad
 
 $pathsToLinkInTestInstance
 
- Protected Attributes inherited from TYPO3\CMS\Impexp\Tests\Functional\Export\AbstractExportTestCase
 $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
 

Additional Inherited Members

- Protected Member Functions inherited from TYPO3\CMS\Impexp\Tests\Functional\Export\AbstractExportTestCase
 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='')
 

Detailed Description

Functional test for the ImportExport

Definition at line 24 of file ExportTest.php.

Member Function Documentation

◆ exportGroupFileAndFileReferenceItem()

TYPO3\CMS\Impexp\Tests\Functional\Export\GroupFileAndFileReferenceItem\ExportTest::exportGroupFileAndFileReferenceItem ( )
Test:

Definition at line 54 of file ExportTest.php.

◆ setUp()

TYPO3\CMS\Impexp\Tests\Functional\Export\GroupFileAndFileReferenceItem\ExportTest::setUp ( )

Definition at line 41 of file ExportTest.php.

Member Data Documentation

◆ $pathsToLinkInTestInstance

TYPO3\CMS\Impexp\Tests\Functional\Export\GroupFileAndFileReferenceItem\ExportTest::$pathsToLinkInTestInstance
protected
Initial value:
= array(
'typo3/sysext/impexp/Tests/Functional/Fixtures/Folders/fileadmin/user_upload' => 'fileadmin/user_upload',
'typo3/sysext/impexp/Tests/Functional/Fixtures/Folders/uploads/tx_impexpgroupfiles' => 'uploads/tx_impexpgroupfiles'
)

Definition at line 36 of file ExportTest.php.

◆ $testExtensionsToLoad

TYPO3\CMS\Impexp\Tests\Functional\Export\GroupFileAndFileReferenceItem\ExportTest::$testExtensionsToLoad
protected
Initial value:
= array(
'typo3/sysext/impexp/Tests/Functional/Fixtures/Extensions/impexp_group_files'
)

Definition at line 29 of file ExportTest.php.