public static function LocaleInstallTest::getInfo

File

drupal/modules/locale/locale.test, line 1399
Tests for locale.module.

Class

LocaleInstallTest
Tests for the st() function.

Code

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