You are here

function BirthdaysTestCase::getInfo in Birthdays 6

Implementation of getInfo().

File

./birthdays.test, line 14
Tests for the Birthdays module.

Class

BirthdaysTestCase
@file Tests for the Birthdays module.

Code

function getInfo() {
  return array(
    'name' => t('Birthdays module'),
    'description' => t('Test all major and minor functions of the birthdays module.'),
    'group' => t('Birthdays'),
  );
}