You are here

public static function MongoDBSessionTestCase::getInfo in MongoDB 7

Overrides SessionTestCase::getInfo

File

mongodb_session/mongodb_session.test, line 22
Contains \MongoDBSessionTestCase and \MongoDBSessionHttpsTestCase.

Class

MongoDBSessionTestCase

Code

public static function getInfo() {
  return array(
    'name' => 'Session tests',
    'description' => 'Drupal session handling tests.',
    'group' => 'MongoDB',
  );
}