PHP Neos\Flow\Tests\Functional\Persistence\Fixtures Namespace

Classes

Name Description
AnnotatedIdEntity A sample entity that has a property with a Id annotation
AnnotatedIdentitiesEntity A sample entity that has properties with an Identity annotation
Comment A sample entity for tests
CommentRepository A repository for comments
CommonObject Class CommonObject Representation of an object handled as "\Doctrine\DBAL\Types\Type::OBJECT"
CompositeKeyTestEntity A simple entity for persistence tests
EntityWithIndexedRelation A sample entity that has a property with an indexed relation
EventListener A sample event subscriber
EventSubscriber A sample event subscriber
ExtendedTypesEntity Testing advanced properties of types:
Image A sample entity for tests
OneToOneEntity A simple entity for persistence tests of OneToOne relations.
OneToOneEntity2 A simple entity for persistence tests of OneToOne relations.
Post A sample entity for tests
PostRepository A repository for posts
RelatedIndexEntity A test entity used by Entity with IndexedRelation
SubEntity A sample entity for tests
SubSubEntityRepository A repository for SubSubEntity
SuperEntity A sample entity for tests
SuperEntityRepository A repository for SuperEntity and SubEntity
TestEmbeddable A simple Doctrine ORM 2.5 embeddable for persistence tests
TestEmbeddedValueObject A simple embedded value object for persistence tests
TestEntity A simple entity for persistence tests
TestEntityAspect An aspect for testing aop within entities
TestEntityRepository A repository for the test entities
TestValueObject A simple value object for persistence tests
TestValueObjectWithConstructorLogic A simple value object for persistence tests
TestValueObjectWithConstructorLogicAndInversedPropertyOrder A simple value object for persistence tests
TestValueObjectWithDateTimeProperty A simple value object for persistence tests
TestValueObjectWithSubValueObjectProperties A simple value object for persistence tests
TestValueObjectWithTransientProperties A simple value object for persistence tests