public static function LocaleStringIsSafeTest::getInfo

File

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

Class

LocaleStringIsSafeTest
Tests locale translation safe string handling.

Code

public static function getInfo() {
  return array(
    'name' => 'Test if a string is safe',
    'description' => 'Tests locale translation safe string handling.',
    'group' => 'Locale',
  );
}