You are here

public static function DateAPITest::getInfo in Date 8

@todo.

File

date_api/lib/Drupal/date_api/Tests/DateAPITest.php, line 18
Test Date API functions

Class

DateAPITest

Namespace

Drupal\date_api\Tests

Code

public static function getInfo() {
  return array(
    'name' => t('Date API'),
    'description' => t('Test Date API functions.'),
    'group' => t('Date'),
  );
}