PHP Class Neos\Flow\Tests\Functional\Persistence\Aspect\PersistenceMagicAspectTest

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

Protected Properties

Property Type Description
$testablePersistenceEnabled boolean

Public Methods

Method Description
aspectDoesNotIntroduceUuidIdentifierToEntitiesWithCustomIdProperties ( )
aspectFlagsClonedEntities ( )
aspectIntroducesUuidIdentifierToEntities ( )
dateTimeIsDifferentDependingOnTheTimeZone ( )
differentValueObjectDataProvider ( )
sameValueObjectDataProvider ( )
setUp ( ) : void
subValueObjectsAreIncludedInTheValueHash ( )
transientPropertiesAreDisregardedForValueHashGeneration ( )
valueHashIsGeneratedForValueObjects ( )
valueHashMustBeUniqueForEachClassIndependentOfPropertiesOrValues ( )
valueObjectWithDifferentPropertyValuesAreNotEqual ( $valueObject1, $valueObject2 )
valueObjectsWithTheSamePropertyValuesAreEqual ( $valueObject1, $valueObject2 )

Method Details

aspectDoesNotIntroduceUuidIdentifierToEntitiesWithCustomIdProperties() public method

aspectFlagsClonedEntities() public method

aspectIntroducesUuidIdentifierToEntities() public method

dateTimeIsDifferentDependingOnTheTimeZone() public method

differentValueObjectDataProvider() public method

sameValueObjectDataProvider() public method

setUp() public method

public setUp ( ) : void
return void

subValueObjectsAreIncludedInTheValueHash() public method

transientPropertiesAreDisregardedForValueHashGeneration() public method

valueHashIsGeneratedForValueObjects() public method

valueHashMustBeUniqueForEachClassIndependentOfPropertiesOrValues() public method

valueObjectWithDifferentPropertyValuesAreNotEqual() public method

public valueObjectWithDifferentPropertyValuesAreNotEqual ( $valueObject1, $valueObject2 )

valueObjectsWithTheSamePropertyValuesAreEqual() public method

public valueObjectsWithTheSamePropertyValuesAreEqual ( $valueObject1, $valueObject2 )

Property Details

$testablePersistenceEnabled protected static property

protected static bool $testablePersistenceEnabled
return boolean