function DBLogTestCase::getInfo

File

modules/dblog/dblog.test, line 27

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.