You are here

public static function HijriTestCase::getInfo in Hijri 7

Same name and namespace in other branches
  1. 8 tests/hijri.test \HijriTestCase::getInfo()

Implements getInfo().

File

tests/hijri.test, line 16
Contains tests for the Hijri module.

Class

HijriTestCase
Test case.

Code

public static function getInfo() {
  return array(
    'name' => t('Hijri tests'),
    'description' => t('TODO: write me.'),
    'group' => t('Hijri'),
  );
}