public static function LocaleStringTest::getInfo

Return value

multitype:string

File

drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleStringTest.php, line 37
Definition of Drupal\locale\Tests\LocaleStringTest.

Class

LocaleStringTest
Tests for the locale string data API.

Namespace

Drupal\locale\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'String storage and objects',
    'description' => 'Tests the locale string storage, string objects and data API.',
    'group' => 'Locale',
  );
}