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

Inheritance: extends Neos\Flow\Tests\FunctionalTestCase
Afficher le fichier Open project: neos/flow-development-collection

Protected Properties

Свойство Type Description
$commentRepository Neos\Flow\Tests\Functional\Persistence\Fixtures\CommentRepository;
$postRepository Neos\Flow\Tests\Functional\Persistence\Fixtures\PostRepository;
$testablePersistenceEnabled boolean

Méthodes publiques

Méthode Description
entitiesWithOwnRepositoryAreNotRemovedIfRelatedRootEntityIsRemoved ( )
entitiesWithinAggregateAreRemovedAutomaticallyWithItsRootEntity ( )
setUp ( ) : void
valueObjectsAreNotCascadeRemovedWhenARelatedEntityIsDeleted ( ) This test fixes FLOW-296 but is only affecting MySQL.

Method Details

entitiesWithOwnRepositoryAreNotRemovedIfRelatedRootEntityIsRemoved() public méthode

entitiesWithinAggregateAreRemovedAutomaticallyWithItsRootEntity() public méthode

setUp() public méthode

public setUp ( ) : void
Résultat void

valueObjectsAreNotCascadeRemovedWhenARelatedEntityIsDeleted() public méthode

This test fixes FLOW-296 but is only affecting MySQL.

Property Details

$commentRepository protected_oe property

protected CommentRepository;,Neos\Flow\Tests\Functional\Persistence\Fixtures $commentRepository
Résultat Neos\Flow\Tests\Functional\Persistence\Fixtures\CommentRepository;

$postRepository protected_oe property

protected PostRepository;,Neos\Flow\Tests\Functional\Persistence\Fixtures $postRepository
Résultat Neos\Flow\Tests\Functional\Persistence\Fixtures\PostRepository;

$testablePersistenceEnabled protected_oe static_oe property

protected static bool $testablePersistenceEnabled
Résultat boolean