public static function FormatDateTest::getInfo

File

drupal/core/modules/system/lib/Drupal/system/Tests/Common/FormatDateTest.php, line 29
Definition of Drupal\system\Tests\Common\FormatDateTest.

Class

FormatDateTest
Tests the format_date() function.

Namespace

Drupal\system\Tests\Common

Code

public static function getInfo() {
  return array(
    'name' => 'Format date',
    'description' => 'Test the format_date() function.',
    'group' => 'Common',
  );
}