PHP Class Neos\Neos\Tests\Functional\Domain\Service\SiteImportExportServiceTest

Inheritance: extends Neos\Flow\Tests\FunctionalTestCase
Show file Open project: neos/neos-development-collection

Protected Properties

Property Type Description
$contextFactory Neos\ContentRepository\Domain\Service\ContextFactoryInterface
$fixtureFileName the Nodes fixture
$importedSite Neos\Neos\Domain\Model\Site
$siteExportService Neos\Neos\Domain\Service\SiteExportService
$siteImportService Neos\Neos\Domain\Service\SiteImportService
$testablePersistenceEnabled boolean
$testableSecurityEnabled boolean

Public Methods

Method Description
exportingAPreviouslyImportedSiteLeadsToTheSameStructure ( )
setUp ( )
tearDown ( )

Protected Methods

Method Description
markSkippedIfNodeTypesPackageIsNotInstalled ( ) : void

Method Details

exportingAPreviouslyImportedSiteLeadsToTheSameStructure() public method

markSkippedIfNodeTypesPackageIsNotInstalled() protected method

setUp() public method

public setUp ( )

tearDown() public method

public tearDown ( )

Property Details

$contextFactory protected property

protected ContextFactoryInterface,Neos\ContentRepository\Domain\Service $contextFactory
return Neos\ContentRepository\Domain\Service\ContextFactoryInterface

$fixtureFileName protected property

the Nodes fixture
protected $fixtureFileName

$importedSite protected property

protected Site,Neos\Neos\Domain\Model $importedSite
return Neos\Neos\Domain\Model\Site

$siteExportService protected property

protected SiteExportService,Neos\Neos\Domain\Service $siteExportService
return Neos\Neos\Domain\Service\SiteExportService

$siteImportService protected property

protected SiteImportService,Neos\Neos\Domain\Service $siteImportService
return Neos\Neos\Domain\Service\SiteImportService

$testablePersistenceEnabled protected static property

protected static bool $testablePersistenceEnabled
return boolean

$testableSecurityEnabled protected property

protected bool $testableSecurityEnabled
return boolean