public static function ClockBlockTestCase::getInfo in Clock 7.2
Same name and namespace in other branches
- 6 clock.test \ClockBlockTestCase::getInfo()
- 7 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',
);
}