‪TYPO3CMS  ‪main
TYPO3\CMS\Impexp\Tests\Functional\AbstractImportExportTestCase Class Reference
Inheritance diagram for TYPO3\CMS\Impexp\Tests\Functional\AbstractImportExportTestCase:
TYPO3\CMS\Impexp\Tests\Functional\Command\ExportCommandTest TYPO3\CMS\Impexp\Tests\Functional\Command\ImportCommandTest TYPO3\CMS\Impexp\Tests\Functional\Export\ExportPageTreeViewTest TYPO3\CMS\Impexp\Tests\Functional\Export\IrreTutorialRecordsTest TYPO3\CMS\Impexp\Tests\Functional\Export\PagesAndTtContentTest TYPO3\CMS\Impexp\Tests\Functional\Export\PagesAndTtContentWithImagesTest TYPO3\CMS\Impexp\Tests\Functional\Export\PagesAndTtContentWithRelationsAndSoftrefsTest TYPO3\CMS\Impexp\Tests\Functional\ExportTest TYPO3\CMS\Impexp\Tests\Functional\Import\ImagesWithStoragesTest TYPO3\CMS\Impexp\Tests\Functional\Import\IrreTutorialRecordsTest TYPO3\CMS\Impexp\Tests\Functional\Import\PagesAndTtContentTest TYPO3\CMS\Impexp\Tests\Functional\Import\PagesAndTtContentWithImagesInEmptyDatabaseTest TYPO3\CMS\Impexp\Tests\Functional\Import\PagesAndTtContentWithImagesInFilledDatabaseTest TYPO3\CMS\Impexp\Tests\Functional\Import\PagesAndTtContentWithRteImagesAndFileLinkTest TYPO3\CMS\Impexp\Tests\Functional\ImportExportTest TYPO3\CMS\Impexp\Tests\Functional\ImportTest TYPO3\CMS\Impexp\Tests\Functional\Utility\ImportExportUtilityTest

Public Member Functions

 assertXmlStringEqualsXmlFileWithIgnoredSqliteTypeInteger (string $expectedFile, string $actualXml)
 

Protected Member Functions

 setUp ()
 
 tearDown ()
 
 isCaseSensitiveFilesystem ()
 

Protected Attributes

array $coreExtensionsToLoad = ['impexp', 'form']
 
array $testFilesToDelete = []
 

Detailed Description

Abstract used by ext:impexp functional tests

Definition at line 32 of file AbstractImportExportTestCase.php.

Member Function Documentation

◆ assertXmlStringEqualsXmlFileWithIgnoredSqliteTypeInteger()

TYPO3\CMS\Impexp\Tests\Functional\AbstractImportExportTestCase::assertXmlStringEqualsXmlFileWithIgnoredSqliteTypeInteger ( string  $expectedFile,
string  $actualXml 
)

◆ isCaseSensitiveFilesystem()

◆ setUp()

◆ tearDown()

TYPO3\CMS\Impexp\Tests\Functional\AbstractImportExportTestCase::tearDown ( )
protected

Tear down for remove of the test files

Definition at line 60 of file AbstractImportExportTestCase.php.

Member Data Documentation

◆ $coreExtensionsToLoad

array TYPO3\CMS\Impexp\Tests\Functional\AbstractImportExportTestCase::$coreExtensionsToLoad = ['impexp', 'form']
protected

Definition at line 34 of file AbstractImportExportTestCase.php.

◆ $testFilesToDelete

array TYPO3\CMS\Impexp\Tests\Functional\AbstractImportExportTestCase::$testFilesToDelete = []
protected

Definition at line 36 of file AbstractImportExportTestCase.php.