‪TYPO3CMS  9.5
TYPO3\CMS\Impexp\Tests\Functional\Export\GroupFileAndFileReferenceItemTest Class Reference
Inheritance diagram for TYPO3\CMS\Impexp\Tests\Functional\Export\GroupFileAndFileReferenceItemTest:
TYPO3\CMS\Impexp\Tests\Functional\AbstractImportExportTestCase

Public Member Functions

 exportGroupFileAndFileReferenceItem ()
 
 exportGroupFileAndFileReferenceItemButImagesNotIncluded ()
 

Protected Member Functions

 setUp ()
 
 compileExportGroupFileAndFileReferenceItem (Export $subject)
 
- ‪Protected Member Functions inherited from ‪TYPO3\CMS\Impexp\Tests\Functional\AbstractImportExportTestCase
 tearDown ()
 
 setPageTree (Export $export, $pidToStart, $depth=1)
 
 addRecordsForPid (Export $export, $pid, array $tables)
 
array forceStringsOnRowValues (array $row)
 
bool isCaseSensitiveFilesystem ()
 

Protected Attributes

array $testExtensionsToLoad
 
array $pathsToLinkInTestInstance
 
- ‪Protected Attributes inherited from ‪TYPO3\CMS\Impexp\Tests\Functional\AbstractImportExportTestCase
array $coreExtensionsToLoad
 
array $testFilesToDelete = array( )
 

Detailed Description

Test case

Definition at line 26 of file GroupFileAndFileReferenceItemTest.php.

Member Function Documentation

◆ compileExportGroupFileAndFileReferenceItem()

◆ exportGroupFileAndFileReferenceItem()

TYPO3\CMS\Impexp\Tests\Functional\Export\GroupFileAndFileReferenceItemTest::exportGroupFileAndFileReferenceItem ( )

◆ exportGroupFileAndFileReferenceItemButImagesNotIncluded()

TYPO3\CMS\Impexp\Tests\Functional\Export\GroupFileAndFileReferenceItemTest::exportGroupFileAndFileReferenceItemButImagesNotIncluded ( )

◆ setUp()

TYPO3\CMS\Impexp\Tests\Functional\Export\GroupFileAndFileReferenceItemTest::setUp ( )
protected

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

Reimplemented from TYPO3\CMS\Impexp\Tests\Functional\AbstractImportExportTestCase.

Definition at line 41 of file GroupFileAndFileReferenceItemTest.php.

Member Data Documentation

◆ $pathsToLinkInTestInstance

array TYPO3\CMS\Impexp\Tests\Functional\Export\GroupFileAndFileReferenceItemTest::$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 GroupFileAndFileReferenceItemTest.php.

◆ $testExtensionsToLoad

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

Definition at line 30 of file GroupFileAndFileReferenceItemTest.php.