コード例 #1
0
ファイル: DocumentTest.php プロジェクト: serebro/reach-mongo
 public function testGetConnection()
 {
     $this->assertInstanceOf('\\Reach\\Mongo\\Connection', TestSchema::getConnection());
 }