TYPO3  7.6
Public Member Functions | Protected Attributes | List of all members
ImportInEmptyDatabaseTest Class Reference
Inheritance diagram for ImportInEmptyDatabaseTest:
AbstractImportTestCase

Public Member Functions

 importPagesAndRelatedTtContentWithRteImagesAndFileLink ()
 

Protected Attributes

 $additionalFoldersToCreate
 
 $assertionDataSetDirectory = 'typo3/sysext/impexp/Tests/Functional/Import/PagesAndTtContentWithRteImagesAndFileLink/DataSet/Assertion/'
 
- Protected Attributes inherited from AbstractImportTestCase
 $coreExtensionsToLoad = array('impexp')
 
 $import
 
 $testFilesToDelete = array()
 

Additional Inherited Members

- Protected Member Functions inherited from AbstractImportTestCase
 setUp ()
 
 tearDown ()
 
 isCaseSensitiveFilesystem ()
 

Detailed Description

Functional test for the ImportExport

Definition at line 20 of file PagesAndTtContentWithRteImagesAndFileLink/ImportInEmptyDatabaseTest.php.

Member Function Documentation

importPagesAndRelatedTtContentWithRteImagesAndFileLink ( )

Member Data Documentation

$additionalFoldersToCreate
protected
Initial value:
= array(
'/fileadmin/_processed_'
)

Definition at line 25 of file PagesAndTtContentWithRteImagesAndFileLink/ImportInEmptyDatabaseTest.php.

$assertionDataSetDirectory = 'typo3/sysext/impexp/Tests/Functional/Import/PagesAndTtContentWithRteImagesAndFileLink/DataSet/Assertion/'
protected