コード例 #1
0
ファイル: PropertyTest.php プロジェクト: bazo/php-orientdb
 protected function setUp()
 {
     parent::setUp();
     $this->class = static::$db->getClass('OUser');
 }
コード例 #2
0
ファイル: ClusterTest.php プロジェクト: bazo/php-orientdb
 protected function setUp()
 {
     parent::setUp();
     $this->cluster = static::$db->getCluster('ouser');
 }