PHP 클래스 GraphAware\Neo4j\OGM\Tests\Integration\IntegrationTestCase

상속: extends PHPUnit_Framework_TestCase
파일 보기 프로젝트 열기: graphaware/neo4j-php-ogm 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$client GraphAware\Neo4j\Client\Client
$em GraphAware\Neo4j\OGM\EntityManager

공개 메소드들

메소드 설명
clearDb ( )
resetEm ( )
setUp ( )

보호된 메소드들

메소드 설명
assertGraphExist ( $q )
assertGraphNotExist ( $q )
checkGraph ( $q )
playMovies ( )

비공개 메소드들

메소드 설명
createEntityManager ( )

메소드 상세

assertGraphExist() 보호된 메소드

protected assertGraphExist ( $q )

assertGraphNotExist() 보호된 메소드

protected assertGraphNotExist ( $q )

checkGraph() 보호된 메소드

protected checkGraph ( $q )

clearDb() 공개 메소드

public clearDb ( )

playMovies() 보호된 메소드

protected playMovies ( )

resetEm() 공개 메소드

public resetEm ( )

setUp() 공개 메소드

public setUp ( )

프로퍼티 상세

$client 보호되어 있는 프로퍼티

protected Client,GraphAware\Neo4j\Client $client
리턴 GraphAware\Neo4j\Client\Client

$em 보호되어 있는 프로퍼티

protected EntityManager,GraphAware\Neo4j\OGM $em
리턴 GraphAware\Neo4j\OGM\EntityManager