PHP Class Neos\Flow\Tests\Unit\Persistence\Generic\PersistenceManagerTest

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

Méthodes publiques

Méthode Description
addActuallyAddsAnObjectToTheInternalObjectsArray ( )
clearStateForgetsAboutNewObjects ( )
getIdentifierByObjectReturnsIdentifierFromSession ( )
getObjectByIdentifierReturnsNullForUnknownObject ( )
getObjectByIdentifierReturnsObjectFromPersistenceIfAvailable ( )
getObjectByIdentifierReturnsObjectFromSessionIfAvailable ( )
initializeInitializesBackendWithBackendOptions ( )
persistAllPassesAddedObjectsToBackend ( )
persistAllPassesRemovedObjectsToBackend ( )
removeActuallyRemovesAnObjectFromTheInternalObjectsArray ( )
removeRemovesTheRightObjectEvenIfItHasBeenModifiedSinceItsAddition ( )
removeRetainsObjectForObjectsNotInCurrentSession ( ) Make sure we remember the objects that are not currently add()ed but might be in persistent storage.
tearDownWithBackendSupportingTearDownDelegatesCallToBackend ( )
updateSchedulesAnObjectForPersistence ( )

Method Details

addActuallyAddsAnObjectToTheInternalObjectsArray() public méthode

clearStateForgetsAboutNewObjects() public méthode

getIdentifierByObjectReturnsIdentifierFromSession() public méthode

getObjectByIdentifierReturnsNullForUnknownObject() public méthode

getObjectByIdentifierReturnsObjectFromPersistenceIfAvailable() public méthode

getObjectByIdentifierReturnsObjectFromSessionIfAvailable() public méthode

initializeInitializesBackendWithBackendOptions() public méthode

persistAllPassesAddedObjectsToBackend() public méthode

persistAllPassesRemovedObjectsToBackend() public méthode

removeActuallyRemovesAnObjectFromTheInternalObjectsArray() public méthode

removeRemovesTheRightObjectEvenIfItHasBeenModifiedSinceItsAddition() public méthode

removeRetainsObjectForObjectsNotInCurrentSession() public méthode

Make sure we remember the objects that are not currently add()ed but might be in persistent storage.

tearDownWithBackendSupportingTearDownDelegatesCallToBackend() public méthode

updateSchedulesAnObjectForPersistence() public méthode