You are here

public static function DateToolsTest::getInfo in Date 8

@todo.

File

date_tools/lib/Drupal/date_tools/Tests/DateToolsTest.php, line 17
Tests for Date Tools.

Class

DateToolsTest

Namespace

Drupal\date_tools\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'Date Tools',
    'description' => 'Test Date Wizard and other Date Tools.',
    'group' => 'Date',
  );
}