function LocaleStringIsSafeTest::getInfo

File

modules/locale/locale.test, line 3280

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',
    );
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.