public static function AgendaBlockTestCase::getInfo in Agenda 7
Same name and namespace in other branches
- 7.2 agenda.test \AgendaBlockTestCase::getInfo()
File
- ./
agenda.test, line 18 - Tests for the Agenda module.
Class
Code
public static function getInfo() {
return array(
'name' => 'Agenda block',
'description' => 'Tests Agenda block functionality and appearance.',
'group' => 'Agenda',
);
}