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

Inheritance: extends PHPUnit_Framework_TestCase
Datei anzeigen Open project: graphaware/neo4j-php-ogm Class Usage Examples

Protected Properties

Property Type Description
$client GraphAware\Neo4j\Client\Client
$em GraphAware\Neo4j\OGM\EntityManager

Public Methods

Method Description
clearDb ( )
resetEm ( )
setUp ( )

Protected Methods

Method Description
assertGraphExist ( $q )
assertGraphNotExist ( $q )
checkGraph ( $q )
playMovies ( )

Private Methods

Method Description
createEntityManager ( )

Method Details

assertGraphExist() protected method

protected assertGraphExist ( $q )

assertGraphNotExist() protected method

protected assertGraphNotExist ( $q )

checkGraph() protected method

protected checkGraph ( $q )

clearDb() public method

public clearDb ( )

playMovies() protected method

protected playMovies ( )

resetEm() public method

public resetEm ( )

setUp() public method

public setUp ( )

Property Details

$client protected_oe property

protected Client,GraphAware\Neo4j\Client $client
return GraphAware\Neo4j\Client\Client

$em protected_oe property

protected EntityManager,GraphAware\Neo4j\OGM $em
return GraphAware\Neo4j\OGM\EntityManager