You are here

public static function DateApiUnitTestCase::getInfo in Date 7.3

Same name and namespace in other branches
  1. 7.2 date_api/tests/DateApiUnitTestCase.test \DateApiUnitTestCase::getInfo()

Date API unit tests.

File

date_api/tests/DateApiUnitTestCase.test, line 16
Unit tests for Date API functions.

Class

DateApiUnitTestCase
Unit tests for Date API functions.

Code

public static function getInfo() {
  return array(
    'name' => t('Date API unit tests'),
    'description' => t('Unit test coverage for Date API functions.'),
    'group' => t('Date'),
  );
}