‪TYPO3CMS  11.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 ()
 
 exportPagesAndRelatedTtContentWithComplexConfiguration ()
 
- ‪Public Member Functions inherited from ‪TYPO3\CMS\Impexp\Tests\Functional\AbstractImportExportTestCase
 assertXmlStringEqualsXmlFileWithIgnoredSqliteTypeInteger (string $expectedFile, string $actualXml)
 

Protected Member Functions

 setUp ()
 
- ‪Protected Member Functions inherited from ‪TYPO3\CMS\Impexp\Tests\Functional\AbstractImportExportTestCase
 tearDown ()
 
 isCaseSensitiveFilesystem ()
 

Protected Attributes

 $pathsToLinkInTestInstance
 
 $testExtensionsToLoad
 
array $recordTypesIncludeFields
 
- ‪Protected Attributes inherited from ‪TYPO3\CMS\Impexp\Tests\Functional\AbstractImportExportTestCase
 $coreExtensionsToLoad = array( 'impexp', 'form' )
 
array $testFilesToDelete = []
 

Detailed Description

Definition at line 23 of file PagesAndTtContentTest.php.

Member Function Documentation

◆ exportPagesAndRelatedTtContent()

TYPO3\CMS\Impexp\Tests\Functional\Export\PagesAndTtContentTest::exportPagesAndRelatedTtContent ( )

◆ exportPagesAndRelatedTtContentWithComplexConfiguration()

TYPO3\CMS\Impexp\Tests\Functional\Export\PagesAndTtContentTest::exportPagesAndRelatedTtContentWithComplexConfiguration ( )

◆ 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 67 of file PagesAndTtContentTest.php.

Member Data Documentation

◆ $pathsToLinkInTestInstance

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 25 of file PagesAndTtContentTest.php.

◆ $recordTypesIncludeFields

array TYPO3\CMS\Impexp\Tests\Functional\Export\PagesAndTtContentTest::$recordTypesIncludeFields
protected

Definition at line 33 of file PagesAndTtContentTest.php.

◆ $testExtensionsToLoad

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

Definition at line 29 of file PagesAndTtContentTest.php.