PHP 클래스 Neos\Flow\Tests\Unit\Persistence\Generic\PersistenceManagerTest

상속: extends Neos\Flow\Tests\UnitTestCase
파일 보기 프로젝트 열기: neos/flow-development-collection

공개 메소드들

메소드 설명
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 ( )

메소드 상세

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() 공개 메소드