TYPO3  7.6
Protected Member Functions | Protected Attributes | List of all members
AbstractExportTestCase Class Reference
Inheritance diagram for AbstractExportTestCase:
ExportTest ExportTest ExportTest ExportTest ExportTest ExportTest

Protected Member Functions

 setUp ()
 
 addRecordsForPid ($pid, array $tables)
 

Protected Attributes

 $coreExtensionsToLoad = array('impexp')
 
 $export
 

Detailed Description

Functional test for the ImportExport

Definition at line 23 of file AbstractExportTestCase.php.

Member Function Documentation

addRecordsForPid (   $pid,
array  $tables 
)
protected

Adds records to the export object for a specific page id.

Parameters
int$pidPage id for which to select records to add
array$tablesArray of table names to select from
Returns
void

Definition at line 91 of file AbstractExportTestCase.php.

References $GLOBALS, and BackendUtility\deleteClause().

Referenced by ExportTest\exportIrreRecords().

setUp ( )
protected

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

Returns
void

Definition at line 41 of file AbstractExportTestCase.php.

References $GLOBALS, and GeneralUtility\makeInstance().

Member Data Documentation

$coreExtensionsToLoad = array('impexp')
protected

Definition at line 28 of file AbstractExportTestCase.php.

$export
protected

Definition at line 33 of file AbstractExportTestCase.php.