public static function DateFormatsLanguageTest::getInfo

File

drupal/core/modules/system/lib/Drupal/system/Tests/System/DateFormatsLanguageTest.php, line 24
Definition of Drupal\system\Tests\System\DateFormatsLanguageTest.

Class

DateFormatsLanguageTest
Functional tests for localizing date formats.

Namespace

Drupal\system\Tests\System

Code

public static function getInfo() {
  return array(
    'name' => 'Localize date formats',
    'description' => 'Tests for the localization of date formats.',
    'group' => 'System',
  );
}