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

Inheritance: extends PHPUnit_Framework_TestCase
Afficher le fichier Open project: graphaware/neo4j-php-ogm Class Usage Examples

Protected Properties

Свойство Type Description
$client GraphAware\Neo4j\Client\Client
$em GraphAware\Neo4j\OGM\EntityManager

Méthodes publiques

Méthode Description
clearDb ( )
resetEm ( )
setUp ( )

Méthodes protégées

Méthode Description
assertGraphExist ( $q )
assertGraphNotExist ( $q )
checkGraph ( $q )
playMovies ( )

Private Methods

Méthode Description
createEntityManager ( )

Method Details

assertGraphExist() protected méthode

protected assertGraphExist ( $q )

assertGraphNotExist() protected méthode

protected assertGraphNotExist ( $q )

checkGraph() protected méthode

protected checkGraph ( $q )

clearDb() public méthode

public clearDb ( )

playMovies() protected méthode

protected playMovies ( )

resetEm() public méthode

public resetEm ( )

setUp() public méthode

public setUp ( )

Property Details

$client protected_oe property

protected Client,GraphAware\Neo4j\Client $client
Résultat GraphAware\Neo4j\Client\Client

$em protected_oe property

protected EntityManager,GraphAware\Neo4j\OGM $em
Résultat GraphAware\Neo4j\OGM\EntityManager