public static function RecipeTranslationTest::getInfo in Recipe 7
File
- src/
Tests/ RecipeTranslationTest.php, line 20
Class
- RecipeTranslationTest
- Tests translating Recipe nodes.
Namespace
Drupal\recipe\TestsCode
public static function getInfo() {
return array(
'name' => 'Recipe content translation',
'description' => 'Ensure that the recipe content translation functions properly.',
'group' => 'Recipe',
);
}