public static function DBLogTestCase::getInfo

File

drupal/modules/dblog/dblog.test, line 27
Tests for dblog.module.

Class

DBLogTestCase
Tests logging messages to the database.

Code

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