PHP Class test\Doctrine\OrientDB\Graph\GraphTest

Inheritance: extends Test\PhpUnit\TestCase
Show file Open project: doctrine/orientdb-odm

Public Methods

Method Description
setup ( )
testAnExceptionIsRaisedWhenTryingToRetrieveANonExistingVertexFromTheGraph ( )
testYouCanAddVerticesToAGraph ( )
testYouCanRetrieveAVertexFromTheGraph ( )
testYouCannotAddVerticesWithTheSameIdToAGraph ( )

Method Details

setup() public method

public setup ( )

testAnExceptionIsRaisedWhenTryingToRetrieveANonExistingVertexFromTheGraph() public method

testYouCanAddVerticesToAGraph() public method

testYouCanRetrieveAVertexFromTheGraph() public method

testYouCannotAddVerticesWithTheSameIdToAGraph() public method