public static function BirthdaysDefaultsTestCase::getInfo in Birthdays 7
File
- ./
birthdays.test, line 137 - Unit tests for the Birthdays module.
Class
- BirthdaysDefaultsTestCase
- Tests birthdays default functionaly.
Code
public static function getInfo() {
return array(
'name' => 'Birthdays defaults tests',
'description' => 'Tests birthdays with the default configuration.',
'group' => 'Birthdays',
);
}