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

Public Member Functions

 tableSelectOptionsContainPresetsTable ()
 
 resetExcludedRecordsDataProvider ()
 
 resetExcludedRecords (array $requestParams, array $expected)
 
 throwsPropagateResponseExceptionOnDownloadExportFile ()
 
- ‪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

ExportController MockObject AccessibleObjectInterface $exportControllerMock
 
- ‪Protected Attributes inherited from ‪TYPO3\CMS\Impexp\Tests\Functional\AbstractImportExportTestCase
 $coreExtensionsToLoad = array( 'impexp', 'form' )
 
array $testFilesToDelete = []
 

Detailed Description

Definition at line 34 of file ExportControllerTest.php.

Member Function Documentation

◆ resetExcludedRecords()

TYPO3\CMS\Impexp\Tests\Functional\Export\ExportControllerTest::resetExcludedRecords ( array  $requestParams,
array  $expected 
)
Test:
‪@dataProvider resetExcludedRecordsDataProvider

Definition at line 84 of file ExportControllerTest.php.

References TYPO3\CMS\Core\Core\SystemEnvironmentBuilder\REQUESTTYPE_BE.

◆ resetExcludedRecordsDataProvider()

TYPO3\CMS\Impexp\Tests\Functional\Export\ExportControllerTest::resetExcludedRecordsDataProvider ( )

Definition at line 66 of file ExportControllerTest.php.

◆ setUp()

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

◆ tableSelectOptionsContainPresetsTable()

TYPO3\CMS\Impexp\Tests\Functional\Export\ExportControllerTest::tableSelectOptionsContainPresetsTable ( )
Test:

Definition at line 60 of file ExportControllerTest.php.

References TYPO3\CMS\Impexp\Export\$tables.

◆ throwsPropagateResponseExceptionOnDownloadExportFile()

TYPO3\CMS\Impexp\Tests\Functional\Export\ExportControllerTest::throwsPropagateResponseExceptionOnDownloadExportFile ( )

Member Data Documentation

◆ $exportControllerMock

ExportController MockObject AccessibleObjectInterface TYPO3\CMS\Impexp\Tests\Functional\Export\ExportControllerTest::$exportControllerMock
protected

Definition at line 38 of file ExportControllerTest.php.