public static function LocaleInstallTest::getInfo

File

drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleInstallTest.php, line 25
Definition of Drupal\locale\Tests\LocaleInstallTest.

Class

LocaleInstallTest
Tests for the st() function.

Namespace

Drupal\locale\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'String translation using st()',
    'description' => 'Tests that st() works like t().',
    'group' => 'Locale',
  );
}