PHP Class Neos\Flow\Tests\Functional\Persistence\Doctrine\Mapping\Driver\FlowAnnotationDriverTest

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

Protected Properties

Свойство Type Description
$testablePersistenceEnabled

Méthodes publiques

Méthode Description
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

Method Details

columnNamesAreBuiltCorrectly() public méthode

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() public méthode

doctrineIndexByAnnotationIsObserved() public méthode

The "indexBy" annotation of EntityWithIndexedRelation must be kept

inheritanceTypeIsNotChangedIfNoSubclassesOfNonAbstractClassExist() public méthode

inheritanceTypeIsSetToNoneIfNoSubclassesOfAbstractClassExist() public méthode

introducedPropertiesAreObservedCorrectly() public méthode

joinColumnAnnotationsAreObserved() public méthode

The "related_post_id" column given manually must be kept.

lifecycleCallbacksAreNotRegisteredForUnproxiedEntities() public méthode

lifecycleEventAnnotationsAreDetected() public méthode

lifecycleEventAnnotationsAreDetectedWithoutHasLifecycleCallbacks() public méthode

oneToOneRelationsAreMappedCorrectly() public méthode

setUp() public méthode

public setUp ( ) : void
Résultat void

Property Details

$testablePersistenceEnabled protected_oe static_oe property

protected static $testablePersistenceEnabled