PHP Класс Neos\Flow\Tests\Functional\Persistence\Doctrine\AggregateTest

Наследование: extends Neos\Flow\Tests\FunctionalTestCase
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$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