You are here

public static function RecipeYieldFormTest::getInfo in Recipe 7.2

Same name and namespace in other branches
  1. 7 src/Tests/RecipeYieldFormTest.php \Drupal\recipe\Tests\RecipeYieldFormTest::getInfo()

File

src/Tests/RecipeYieldFormTest.php, line 13

Class

RecipeYieldFormTest
Tests the custom yield form in a recipe node.

Namespace

Drupal\recipe\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'Recipe yield form',
    'description' => 'Test the custom yield form in a recipe node.',
    'group' => 'Recipe',
  );
}