You are here

public static function RecipeTranslationTest::getInfo in Recipe 7

File

src/Tests/RecipeTranslationTest.php, line 20

Class

RecipeTranslationTest
Tests translating Recipe nodes.

Namespace

Drupal\recipe\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'Recipe content translation',
    'description' => 'Ensure that the recipe content translation functions properly.',
    'group' => 'Recipe',
  );
}