You are here

public static function ClockConfigureTestCase::getInfo in Clock 6

File

./clock.test, line 101
Tests for Clock module.

Class

ClockConfigureTestCase

Code

public static function getInfo() {
  return array(
    'name' => 'Clock interface tests',
    'description' => 'Ensure that the user interface functions correctly.',
    'group' => 'Clock',
  );
}