function TranslationTestCase::getInfo

File

modules/translation/translation.test, line 16

Class

TranslationTestCase
Functional tests for the Translation module.

Code

public static function getInfo() {
    return array(
        'name' => 'Translation functionality',
        'description' => 'Create a basic page with translation, modify the page outdating translation, and update translation.',
        'group' => 'Translation',
    );
}

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