PHP 클래스 Neos\Flow\Tests\Functional\Persistence\Doctrine\AggregateTest

파일 보기 프로젝트 열기: neos/flow-development-collection

보호된 프로퍼티들

프로퍼티 타입 설명
$commentRepository Neos\Flow\Tests\Functional\Persistence\Fixtures\CommentRepository;
$postRepository Neos\Flow\Tests\Functional\Persistence\Fixtures\PostRepository;
$testablePersistenceEnabled boolean

공개 메소드들

메소드 설명
entitiesWithOwnRepositoryAreNotRemovedIfRelatedRootEntityIsRemoved ( )
entitiesWithinAggregateAreRemovedAutomaticallyWithItsRootEntity ( )
setUp ( ) : void
valueObjectsAreNotCascadeRemovedWhenARelatedEntityIsDeleted ( ) This test fixes FLOW-296 but is only affecting MySQL.

메소드 상세

entitiesWithOwnRepositoryAreNotRemovedIfRelatedRootEntityIsRemoved() 공개 메소드

entitiesWithinAggregateAreRemovedAutomaticallyWithItsRootEntity() 공개 메소드

setUp() 공개 메소드

public setUp ( ) : void
리턴 void

valueObjectsAreNotCascadeRemovedWhenARelatedEntityIsDeleted() 공개 메소드

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

프로퍼티 상세

$commentRepository 보호되어 있는 프로퍼티

protected CommentRepository;,Neos\Flow\Tests\Functional\Persistence\Fixtures $commentRepository
리턴 Neos\Flow\Tests\Functional\Persistence\Fixtures\CommentRepository;

$postRepository 보호되어 있는 프로퍼티

protected PostRepository;,Neos\Flow\Tests\Functional\Persistence\Fixtures $postRepository
리턴 Neos\Flow\Tests\Functional\Persistence\Fixtures\PostRepository;

$testablePersistenceEnabled 보호되어 있는 정적으로 프로퍼티

protected static bool $testablePersistenceEnabled
리턴 boolean