You are here

public static function BirthdaysBirthdayTestCase::getInfo in Birthdays 7

File

./birthdays.test, line 13
Unit tests for the Birthdays module.

Class

BirthdaysBirthdayTestCase
Unit tests for the BirthdaysBirthday class.

Code

public static function getInfo() {
  return array(
    'name' => t('BirthdaysBirthday unit tests'),
    'description' => t('Unit tests for the BirthdaysBirthday class.'),
    'group' => t('Birthdays'),
  );
}