예제 #1
0
 /**
  * @covers sammaye\mongoyii\Model::getDbConnection
  */
 public function testGetDbConnection()
 {
     $d = new Dummy();
     $dbc = $d->getDbConnection();
     $this->assertInstanceOf('sammaye\\mongoyii\\Client', $dbc);
 }
예제 #2
0
 /**
  * @covers EMongoModel::getDbConnection
  */
 public function testGetDbConnection()
 {
     $d = new Dummy();
     $dbc = $d->getDbConnection();
     $this->assertInstanceOf('EMongoClient', $dbc);
 }