public static function L10nUpdateCronTest::getInfo in Localization update 7.2
File
- tests/
L10nUpdateCronTest.test, line 18 - Contains L10nUpdateCronTest.
Class
- L10nUpdateCronTest
- Tests for translation update using cron.
Code
public static function getInfo() {
return array(
'name' => 'Update translations using cron',
'description' => 'Tests for using cron to update project interface translations.',
'group' => 'Localization Update',
);
}