PHP Class GraphAware\Neo4j\OGM\Tests\Integration\SingleEntityTest

Inheritance: extends IntegrationTestCase
Show file Open project: graphaware/neo4j-php-ogm

Public Methods

Method Description
setUp ( )
testDeletedEntitiesCannotBePersistedAfterwards ( )
testEntitiesCanBeRemoved ( )
testEntityCanBeRetrieved ( )
testEntityIsPersisted ( )
testExtraLabelsAreHydrated ( )
testExtraLabelsCanBeAdded ( )
testExtraLabelsCanBeRemoved ( )
testExtraLabelsHydrateFalseWhenNodeDontHaveLabel ( )
testFindById ( )
testMultipleNodesWithDifferentLabelsArePersisted ( )
testMultiplePropertiesArePersistedOnNode ( )
testNullPropertiesAreNotPersisted ( )

Method Details

setUp() public method

public setUp ( )

testDeletedEntitiesCannotBePersistedAfterwards() public method

testEntitiesCanBeRemoved() public method

testEntityCanBeRetrieved() public method

testEntityIsPersisted() public method

testExtraLabelsAreHydrated() public method

testExtraLabelsCanBeAdded() public method

testExtraLabelsCanBeRemoved() public method

testExtraLabelsHydrateFalseWhenNodeDontHaveLabel() public method

testFindById() public method

public testFindById ( )

testMultipleNodesWithDifferentLabelsArePersisted() public method

testMultiplePropertiesArePersistedOnNode() public method

testNullPropertiesAreNotPersisted() public method