PHP 클래스 Neos\Flow\Tests\Functional\Persistence\Doctrine\Mapping\Driver\FlowAnnotationDriverTest

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

보호된 프로퍼티들

프로퍼티 타입 설명
$testablePersistenceEnabled

공개 메소드들

메소드 설명
columnNamesAreBuiltCorrectly ( ) Makes sure that - thumbnail and image (same type) do get distinct column names - simple properties get mapped to their name - using joincolumn without name on single associations uses the property name
compositePrimaryKeyOverEntityRelationIsRegistered ( )
doctrineIndexByAnnotationIsObserved ( ) The "indexBy" annotation of EntityWithIndexedRelation must be kept
inheritanceTypeIsNotChangedIfNoSubclassesOfNonAbstractClassExist ( )
inheritanceTypeIsSetToNoneIfNoSubclassesOfAbstractClassExist ( )
introducedPropertiesAreObservedCorrectly ( )
joinColumnAnnotationsAreObserved ( ) The "related_post_id" column given manually must be kept.
lifecycleCallbacksAreNotRegisteredForUnproxiedEntities ( )
lifecycleEventAnnotationsAreDetected ( )
lifecycleEventAnnotationsAreDetectedWithoutHasLifecycleCallbacks ( )
oneToOneRelationsAreMappedCorrectly ( )
setUp ( ) : void

메소드 상세

columnNamesAreBuiltCorrectly() 공개 메소드

Makes sure that - thumbnail and image (same type) do get distinct column names - simple properties get mapped to their name - using joincolumn without name on single associations uses the property name

compositePrimaryKeyOverEntityRelationIsRegistered() 공개 메소드

doctrineIndexByAnnotationIsObserved() 공개 메소드

The "indexBy" annotation of EntityWithIndexedRelation must be kept

inheritanceTypeIsNotChangedIfNoSubclassesOfNonAbstractClassExist() 공개 메소드

inheritanceTypeIsSetToNoneIfNoSubclassesOfAbstractClassExist() 공개 메소드

introducedPropertiesAreObservedCorrectly() 공개 메소드

joinColumnAnnotationsAreObserved() 공개 메소드

The "related_post_id" column given manually must be kept.

lifecycleCallbacksAreNotRegisteredForUnproxiedEntities() 공개 메소드

lifecycleEventAnnotationsAreDetected() 공개 메소드

lifecycleEventAnnotationsAreDetectedWithoutHasLifecycleCallbacks() 공개 메소드

oneToOneRelationsAreMappedCorrectly() 공개 메소드

setUp() 공개 메소드

public setUp ( ) : void
리턴 void

프로퍼티 상세

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

protected static $testablePersistenceEnabled