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

Public Member Functions

 importCommandRequiresFileArgument ()
 
 importCommandRequiresFileArgumentOnly ()
 
 importCommandPassesArgumentsToImportObject ()
 
 importCommandFails (array $input, string $expected)
 
- ‪Public Member Functions inherited from ‪TYPO3\CMS\Impexp\Tests\Functional\AbstractImportExportTestCase
 assertXmlStringEqualsXmlFileWithIgnoredSqliteTypeInteger (string $expectedFile, string $actualXml)
 

Static Public Member Functions

static importCommandFailsDataProvider ()
 

Additional Inherited Members

- ‪Protected Member Functions inherited from ‪TYPO3\CMS\Impexp\Tests\Functional\AbstractImportExportTestCase
 setUp ()
 
 tearDown ()
 
 isCaseSensitiveFilesystem ()
 
- ‪Protected Attributes inherited from ‪TYPO3\CMS\Impexp\Tests\Functional\AbstractImportExportTestCase
array $coreExtensionsToLoad = ['impexp', 'form']
 
array $testFilesToDelete = []
 

Detailed Description

Definition at line 29 of file ImportCommandTest.php.

Member Function Documentation

◆ importCommandFails()

TYPO3\CMS\Impexp\Tests\Functional\Command\ImportCommandTest::importCommandFails ( array  $input,
string  $expected 
)

Definition at line 135 of file ImportCommandTest.php.

◆ importCommandFailsDataProvider()

static TYPO3\CMS\Impexp\Tests\Functional\Command\ImportCommandTest::importCommandFailsDataProvider ( )
static

◆ importCommandPassesArgumentsToImportObject()

TYPO3\CMS\Impexp\Tests\Functional\Command\ImportCommandTest::importCommandPassesArgumentsToImportObject ( )

◆ importCommandRequiresFileArgument()

TYPO3\CMS\Impexp\Tests\Functional\Command\ImportCommandTest::importCommandRequiresFileArgument ( )

Definition at line 32 of file ImportCommandTest.php.

◆ importCommandRequiresFileArgumentOnly()

TYPO3\CMS\Impexp\Tests\Functional\Command\ImportCommandTest::importCommandRequiresFileArgumentOnly ( )

Definition at line 41 of file ImportCommandTest.php.