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

Public Member Functions

 printTreeSucceeds (int $pid, int $levels, int $expectedTreeItemsCount)
 
- ‪Public Member Functions inherited from ‪TYPO3\CMS\Impexp\Tests\Functional\AbstractImportExportTestCase
 assertXmlStringEqualsXmlFileWithIgnoredSqliteTypeInteger (string $expectedFile, string $actualXml)
 

Static Public Member Functions

static printTreeSucceedsDataProvider ()
 

Protected Attributes

array $testExtensionsToLoad
 
- ‪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 25 of file ExportPageTreeViewTest.php.

Member Function Documentation

◆ printTreeSucceeds()

TYPO3\CMS\Impexp\Tests\Functional\Export\ExportPageTreeViewTest::printTreeSucceeds ( int  $pid,
int  $levels,
int  $expectedTreeItemsCount 
)
Test:
‪@dataProvider printTreeSucceedsDataProvider

Definition at line 45 of file ExportPageTreeViewTest.php.

References TYPO3\CMS\Impexp\Export\$levels, and TYPO3\CMS\Impexp\ImportExport\$pid.

◆ printTreeSucceedsDataProvider()

static TYPO3\CMS\Impexp\Tests\Functional\Export\ExportPageTreeViewTest::printTreeSucceedsDataProvider ( )
static

Member Data Documentation

◆ $testExtensionsToLoad

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

Definition at line 27 of file ExportPageTreeViewTest.php.