function SyslogTestCase::getInfo

File

modules/syslog/syslog.test, line 12

Class

SyslogTestCase
Tests the Syslog module functionality.

Code

public static function getInfo() {
    return array(
        'name' => 'Syslog functionality',
        'description' => 'Test syslog settings.',
        'group' => 'Syslog',
    );
}

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