コード例 #1
0
 public static function tearDownAfterClass()
 {
     foreach (self::$connection->getDb()->getCollectionNames() as $collection) {
         self::$connection->getDb()->{$collection}->drop();
     }
 }
コード例 #2
0
ファイル: Collection.php プロジェクト: serebro/reach-mongo
 public function getDb()
 {
     return $this->_connection->getDb();
 }