File
- drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleCompareTest.php, line 31
- Definition of Drupal\locale\Tests\LocaleCompareTest.
Class
- LocaleCompareTest
- Tests for comparing status of existing project translations with available translations.
Namespace
Drupal\locale\Tests
Code
public static function getInfo() {
return array(
'name' => 'Compare project states',
'description' => 'Tests for comparing status of existing project translations with available translations.',
'group' => 'Locale',
);
}