You are here

public static function ErrorLogTestCase::getInfo in Error Log 7

File

./error_log.test, line 21
Tests for Error Log module.

Class

ErrorLogTestCase
Tests Error Log module functionality.

Code

public static function getInfo() {
  return array(
    'name' => 'Error Log functionality',
    'description' => 'Test Error Log module.',
    'group' => 'error_log',
  );
}