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

Inheritance: extends Neos\Flow\Tests\FunctionalTestCase
Show file Open project: neos/flow-development-collection

Protected Properties

Property Type Description
$testablePersistenceEnabled

Public Methods

Method 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 method

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 method

doctrineIndexByAnnotationIsObserved() public method

The "indexBy" annotation of EntityWithIndexedRelation must be kept

inheritanceTypeIsNotChangedIfNoSubclassesOfNonAbstractClassExist() public method

inheritanceTypeIsSetToNoneIfNoSubclassesOfAbstractClassExist() public method

introducedPropertiesAreObservedCorrectly() public method

joinColumnAnnotationsAreObserved() public method

The "related_post_id" column given manually must be kept.

lifecycleCallbacksAreNotRegisteredForUnproxiedEntities() public method

lifecycleEventAnnotationsAreDetected() public method

lifecycleEventAnnotationsAreDetectedWithoutHasLifecycleCallbacks() public method

oneToOneRelationsAreMappedCorrectly() public method

setUp() public method

public setUp ( ) : void
return void

Property Details

$testablePersistenceEnabled protected static property

protected static $testablePersistenceEnabled