PHP Class Neos\Flow\Tests\Functional\Persistence\Doctrine\PersistClonedRelatedEntitiesTest

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

Protected Properties

Property Type Description
$testEntityRepository Neos\Flow\Tests\Functional\Persistence\Fixtures\TestEntityRepository
$testablePersistenceEnabled boolean

Public Methods

Method Description
embeddablesInsideClonedProxiedEntitiesAreCorrectlyLoaded ( )
relatedEntitiesCanBePersistedWhenFetchedAsDoctrineProxy ( )
setUp ( ) : void

Method Details

embeddablesInsideClonedProxiedEntitiesAreCorrectlyLoaded() public method

relatedEntitiesCanBePersistedWhenFetchedAsDoctrineProxy() public method

setUp() public method

public setUp ( ) : void
return void

Property Details

$testEntityRepository protected property

protected TestEntityRepository,Neos\Flow\Tests\Functional\Persistence\Fixtures $testEntityRepository
return Neos\Flow\Tests\Functional\Persistence\Fixtures\TestEntityRepository

$testablePersistenceEnabled protected static property

protected static bool $testablePersistenceEnabled
return boolean