public static function MongoDBLogTestCase::getInfo in MongoDB 7
Same name and namespace in other branches
- 8 mongodb_watchdog/mongodb_watchdog.test \MongoDBLogTestCase::getInfo()
- 6 mongodb_watchdog/mongodb_watchdog.test \MongoDBLogTestCase::getInfo()
File
- mongodb_watchdog/
mongodb_watchdog.test, line 63 - Contains \MongoDBLogTestCase.
Class
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: Watchdog',
);
}