Ejemplo n.º 1
0
 /**
  *
  * @depends testConstructor
  */
 public function testGetCollection()
 {
     $oMongo = new \Lampcms\Mongo\DB($this->Registry->Ini);
     $this->assertTrue($oMongo->getCollection($this->COLLNAME) instanceof \MongoCollection);
 }