public static function DBLogTestCase::getInfo

Archivo

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

Class

DBLogTestCase
Tests logging messages to the database.

Código

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',
  );
}