You are here

public static function ClockBlockTestCase::getInfo in Clock 7

Same name and namespace in other branches
  1. 6 clock.test \ClockBlockTestCase::getInfo()
  2. 7.2 clock.test \ClockBlockTestCase::getInfo()

File

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

Class

ClockBlockTestCase
@file Tests for Clock module.

Code

public static function getInfo() {
  return array(
    'name' => 'Clock module tests',
    'description' => 'Ensure that the clock block and the configuration form functions properly.',
    'group' => 'Clock',
  );
}