public static function L10nUpdateTest::getInfo in Localization update 7.2
File
- tests/
L10nUpdateTest.test, line 16 - Contains L10nUpdateTest.
Class
- L10nUpdateTest
- Tests for update translations.
Code
public static function getInfo() {
return array(
'name' => 'Update translations',
'description' => 'Tests for updating the interface translations of projects.',
'group' => 'Localization Update',
);
}