public static function GoogleCalendarBlockTestCase::getInfo in Google Calendar Block 7.2
Same name and namespace in other branches
- 7 tests/google_calendar_block.test \GoogleCalendarBlockTestCase::getInfo()
File
- tests/
google_calendar_block.test, line 10 - Tests for Google Calendar Block module.
Class
- GoogleCalendarBlockTestCase
- @file Tests for Google Calendar Block module.
Code
public static function getInfo() {
return array(
'name' => 'Google Calendar Block functionality',
'description' => 'Add, edit and delete custom Google Calendar block. Configure and move a Google Calendar block.',
'group' => 'Google Calendar Block',
);
}