public static function LocaleStringIsSafeTest::getInfo in Drupal 7
File
- modules/
locale/ locale.test, line 3248 - 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',
);
}