‪TYPO3CMS  11.5
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 ()
 
 importCommandFailsDataProvider ()
 
 importCommandFails (array $input, string $expected)
 
- ‪Public Member Functions inherited from ‪TYPO3\CMS\Impexp\Tests\Functional\AbstractImportExportTestCase
 assertXmlStringEqualsXmlFileWithIgnoredSqliteTypeInteger (string $expectedFile, string $actualXml)
 

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
 $coreExtensionsToLoad = array( 'impexp', 'form' )
 
array $testFilesToDelete = []
 

Detailed Description

Definition at line 26 of file ImportCommandTest.php.

Member Function Documentation

◆ importCommandFails()

TYPO3\CMS\Impexp\Tests\Functional\Command\ImportCommandTest::importCommandFails ( array  $input,
string  $expected 
)
Test:
‪@dataProvider importCommandFailsDataProvider

Definition at line 141 of file ImportCommandTest.php.

◆ importCommandFailsDataProvider()

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

◆ importCommandPassesArgumentsToImportObject()

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

◆ importCommandRequiresFileArgument()

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

Definition at line 31 of file ImportCommandTest.php.

◆ importCommandRequiresFileArgumentOnly()

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

Definition at line 42 of file ImportCommandTest.php.