TYPO3 CMS  TYPO3_7-6
TYPO3\CMS\Impexp\Tests\Functional\Export\IrreTutorialRecords\ExportTest Class Reference
Inheritance diagram for TYPO3\CMS\Impexp\Tests\Functional\Export\IrreTutorialRecords\ExportTest:
TYPO3\CMS\Impexp\Tests\Functional\Export\AbstractExportTestCase TYPO3\CMS\Core\Tests\FunctionalTestCase TYPO3\CMS\Core\Tests\BaseTestCase

Public Member Functions

 exportIrreRecords ()
 
- Public Member Functions inherited from TYPO3\CMS\Core\Tests\FunctionalTestCase
 importCSVDataSet ($path)
 

Protected Member Functions

 setUp ()
 
- Protected Member Functions inherited from TYPO3\CMS\Impexp\Tests\Functional\Export\AbstractExportTestCase
 setUp ()
 
 addRecordsForPid ($pid, array $tables)
 
- Protected Member Functions inherited from TYPO3\CMS\Core\Tests\FunctionalTestCase
 getInstanceIdentifier ()
 
 getInstancePath ()
 
 setUp ()
 
 getDatabaseConnection ()
 
 assertCSVDataSet ($path)
 
 assertInRecords (array $expectedRecord, array $actualRecords)
 
 getAllRecords ($tableName, $hasUidField=false)
 
 arrayToString (array $array)
 
 renderRecords (array $assertion, array $record)
 
 getDifferentFields (array $assertion, array $record)
 
 setUpFrontendRootPage ($pageId, array $typoScriptFiles=[])
 
 addTypoScriptToTemplateRecord ($pageId, $typoScript)
 
 getFrontendResponse ($pageId, $languageId=0, $backendUserId=0, $workspaceId=0, $failOnFailure=true, $frontendUserId=0)
 
- Protected Member Functions inherited from TYPO3\CMS\Core\Tests\BaseTestCase
 getAccessibleMock ( $originalClassName, $methods=[], array $arguments=[], $mockClassName='', $callOriginalConstructor=true, $callOriginalClone=true, $callAutoload=true)
 
 getAccessibleMockForAbstractClass ( $originalClassName, array $arguments=[], $mockClassName='', $callOriginalConstructor=true, $callOriginalClone=true, $callAutoload=true, $mockedMethods=[])
 
 buildAccessibleProxy ($className)
 
 callInaccessibleMethod ($object, $name)
 
 inject ($target, $name, $dependency)
 
 getUniqueId ($prefix='')
 

Protected Attributes

 $testExtensionsToLoad
 
- Protected Attributes inherited from TYPO3\CMS\Impexp\Tests\Functional\Export\AbstractExportTestCase
 $coreExtensionsToLoad = ['impexp']
 
 $export
 
- Protected Attributes inherited from TYPO3\CMS\Core\Tests\FunctionalTestCase
 $coreExtensionsToLoad = []
 
 $testExtensionsToLoad = []
 
 $pathsToLinkInTestInstance = []
 
 $configurationToUseInTestInstance = []
 
 $additionalFoldersToCreate = []
 
 $backendUserFixture = 'typo3/sysext/core/Tests/Functional/Fixtures/be_users.xml'
 
- Protected Attributes inherited from TYPO3\CMS\Core\Tests\BaseTestCase
 $backupGlobals = true
 
 $backupStaticAttributes = false
 

Detailed Description

Functional test for the Export

Definition at line 22 of file ExportTest.php.

Member Function Documentation

◆ exportIrreRecords()

TYPO3\CMS\Impexp\Tests\Functional\Export\IrreTutorialRecords\ExportTest::exportIrreRecords ( )

◆ setUp()

TYPO3\CMS\Impexp\Tests\Functional\Export\IrreTutorialRecords\ExportTest::setUp ( )
protected

Definition at line 31 of file ExportTest.php.

Member Data Documentation

◆ $testExtensionsToLoad

TYPO3\CMS\Impexp\Tests\Functional\Export\IrreTutorialRecords\ExportTest::$testExtensionsToLoad
protected
Initial value:
= [
'typo3/sysext/core/Tests/Functional/Fixtures/Extensions/irre_tutorial',
]

Definition at line 27 of file ExportTest.php.