function LocaleInstallTest::getInfo

File

modules/locale/locale.test, line 1421

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

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