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

Public Member Functions

 exportPagesAndRelatedTtContent ()
 

Protected Member Functions

 setUp ()
 
- ‪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 $pathsToLinkInTestInstance
 
array $testExtensionsToLoad
 
- ‪Protected Attributes inherited from ‪TYPO3\CMS\Impexp\Tests\Functional\AbstractImportExportTestCase
array $coreExtensionsToLoad
 
array $testFilesToDelete = array( )
 

Detailed Description

Test case

Definition at line 25 of file PagesAndTtContentTest.php.

Member Function Documentation

◆ exportPagesAndRelatedTtContent()

◆ setUp()

TYPO3\CMS\Impexp\Tests\Functional\Export\PagesAndTtContentTest::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 39 of file PagesAndTtContentTest.php.

Member Data Documentation

◆ $pathsToLinkInTestInstance

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

Definition at line 29 of file PagesAndTtContentTest.php.

◆ $testExtensionsToLoad

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

Definition at line 35 of file PagesAndTtContentTest.php.