You are here

public static function MongoDBLogTestCase::getInfo in MongoDB 8

Same name and namespace in other branches
  1. 6 mongodb_watchdog/mongodb_watchdog.test \MongoDBLogTestCase::getInfo()
  2. 7 mongodb_watchdog/mongodb_watchdog.test \MongoDBLogTestCase::getInfo()

File

mongodb_watchdog/mongodb_watchdog.test, line 62
Test class for MongoDB_watchdog.

Class

MongoDBLogTestCase
Test the behaviour of watchdog() mongodb_watchdog, not dblog

Code

public static function getInfo() {
  return array(
    'name' => 'MongoDB log functionality',
    'description' => 'Generate events and verify watchdog entries; verify user access to log reports based on persmissions.',
    'group' => 'MongoDB',
  );
}