public static function tearDownAfterClass() { foreach (self::$connection->getDb()->getCollectionNames() as $collection) { self::$connection->getDb()->{$collection}->drop(); } }
public function getDb() { return $this->_connection->getDb(); }