‪TYPO3CMS  ‪main
TYPO3\CMS\Impexp\Tests\Functional\ImportTest Class Reference
Inheritance diagram for TYPO3\CMS\Impexp\Tests\Functional\ImportTest:
TYPO3\CMS\Impexp\Tests\Functional\AbstractImportExportTestCase

Public Member Functions

 loadingFileFromWithinTypo3BaseFolderSucceeds (string $filePath)
 
 loadingFileFails (string $filePath)
 
 renderPreviewForImportOfPageAndRecords ()
 
 renderPreviewForImportOfPageAndRecordsByUpdate ()
 
 renderPreviewForImportOfPageAndRecordsWithDiffView ()
 
 renderPreviewForImportOfPageAndRecordsByUpdateWithDiffView ()
 
 renderPreviewForImportOfPageAndRecordsWithSoftRefs ()
 
 addFilesSucceeds (array $dat, array $relations, string $tokenID, array $expected)
 
 loadXmlSucceeds ()
 
 loadT3dSucceeds ()
 
 loadT3dFails ()
 
 loadT3dCompressedSucceeds ()
 
- ‪Public Member Functions inherited from ‪TYPO3\CMS\Impexp\Tests\Functional\AbstractImportExportTestCase
 assertXmlStringEqualsXmlFileWithIgnoredSqliteTypeInteger (string $expectedFile, string $actualXml)
 

Static Public Member Functions

static loadingFileFromWithinTypo3BaseFolderSucceedsProvider ()
 
static loadingFileFailsProvider ()
 
static addFilesSucceedsDataProvider ()
 

Protected Attributes

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

Additional Inherited Members

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

Detailed Description

Definition at line 24 of file ImportTest.php.

Member Function Documentation

◆ addFilesSucceeds()

TYPO3\CMS\Impexp\Tests\Functional\ImportTest::addFilesSucceeds ( array  $dat,
array  $relations,
string  $tokenID,
array  $expected 
)

Temporary test until there is a complex functional test which tests addFiles() implicitly.

Definition at line 215 of file ImportTest.php.

◆ addFilesSucceedsDataProvider()

static TYPO3\CMS\Impexp\Tests\Functional\ImportTest::addFilesSucceedsDataProvider ( )
static

Definition at line 179 of file ImportTest.php.

◆ loadingFileFails()

TYPO3\CMS\Impexp\Tests\Functional\ImportTest::loadingFileFails ( string  $filePath)

Definition at line 65 of file ImportTest.php.

◆ loadingFileFailsProvider()

static TYPO3\CMS\Impexp\Tests\Functional\ImportTest::loadingFileFailsProvider ( )
static

Definition at line 52 of file ImportTest.php.

◆ loadingFileFromWithinTypo3BaseFolderSucceeds()

TYPO3\CMS\Impexp\Tests\Functional\ImportTest::loadingFileFromWithinTypo3BaseFolderSucceeds ( string  $filePath)

Definition at line 42 of file ImportTest.php.

References TYPO3\CMS\Core\Core\Environment\getPublicPath().

◆ loadingFileFromWithinTypo3BaseFolderSucceedsProvider()

static TYPO3\CMS\Impexp\Tests\Functional\ImportTest::loadingFileFromWithinTypo3BaseFolderSucceedsProvider ( )
static

Definition at line 30 of file ImportTest.php.

◆ loadT3dCompressedSucceeds()

TYPO3\CMS\Impexp\Tests\Functional\ImportTest::loadT3dCompressedSucceeds ( )

Definition at line 260 of file ImportTest.php.

◆ loadT3dFails()

TYPO3\CMS\Impexp\Tests\Functional\ImportTest::loadT3dFails ( )

Definition at line 250 of file ImportTest.php.

◆ loadT3dSucceeds()

TYPO3\CMS\Impexp\Tests\Functional\ImportTest::loadT3dSucceeds ( )

Definition at line 241 of file ImportTest.php.

◆ loadXmlSucceeds()

TYPO3\CMS\Impexp\Tests\Functional\ImportTest::loadXmlSucceeds ( )

Definition at line 232 of file ImportTest.php.

◆ renderPreviewForImportOfPageAndRecords()

TYPO3\CMS\Impexp\Tests\Functional\ImportTest::renderPreviewForImportOfPageAndRecords ( )

Definition at line 76 of file ImportTest.php.

◆ renderPreviewForImportOfPageAndRecordsByUpdate()

TYPO3\CMS\Impexp\Tests\Functional\ImportTest::renderPreviewForImportOfPageAndRecordsByUpdate ( )

Definition at line 95 of file ImportTest.php.

◆ renderPreviewForImportOfPageAndRecordsByUpdateWithDiffView()

TYPO3\CMS\Impexp\Tests\Functional\ImportTest::renderPreviewForImportOfPageAndRecordsByUpdateWithDiffView ( )

Definition at line 138 of file ImportTest.php.

◆ renderPreviewForImportOfPageAndRecordsWithDiffView()

TYPO3\CMS\Impexp\Tests\Functional\ImportTest::renderPreviewForImportOfPageAndRecordsWithDiffView ( )

Definition at line 116 of file ImportTest.php.

◆ renderPreviewForImportOfPageAndRecordsWithSoftRefs()

TYPO3\CMS\Impexp\Tests\Functional\ImportTest::renderPreviewForImportOfPageAndRecordsWithSoftRefs ( )

Definition at line 161 of file ImportTest.php.

Member Data Documentation

◆ $pathsToLinkInTestInstance

array TYPO3\CMS\Impexp\Tests\Functional\ImportTest::$pathsToLinkInTestInstance
protected
Initial value:
= [
'typo3/sysext/impexp/Tests/Functional/Fixtures/XmlImports' => 'fileadmin/xml_imports',
]

Definition at line 26 of file ImportTest.php.