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

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

Protected Properties

Property Type Description
$mockJoinPoint Neos\Flow\Aop\JoinPointInterface
$mockPersistenceManager Neos\Flow\Persistence\PersistenceManagerInterface
$persistenceMagicAspect Neos\Flow\Persistence\Aspect\PersistenceMagicAspect

Public Methods

Method Description
cloneObjectMarksTheObjectAsCloned ( ) : void
generateUuidGeneratesUuidAndRegistersProxyAsNewObject ( ) : void
setUp ( ) Sets up this test case

Method Details

cloneObjectMarksTheObjectAsCloned() public method

generateUuidGeneratesUuidAndRegistersProxyAsNewObject() public method

setUp() public method

Sets up this test case
public setUp ( )

Property Details

$mockJoinPoint protected property

protected JoinPointInterface,Neos\Flow\Aop $mockJoinPoint
return Neos\Flow\Aop\JoinPointInterface

$mockPersistenceManager protected property

protected PersistenceManagerInterface,Neos\Flow\Persistence $mockPersistenceManager
return Neos\Flow\Persistence\PersistenceManagerInterface

$persistenceMagicAspect protected property

protected PersistenceMagicAspect,Neos\Flow\Persistence\Aspect $persistenceMagicAspect
return Neos\Flow\Persistence\Aspect\PersistenceMagicAspect