public static function RecipeYieldFormTest::getInfo in Recipe 7.2
Same name and namespace in other branches
- 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\TestsCode
public static function getInfo() {
return array(
'name' => 'Recipe yield form',
'description' => 'Test the custom yield form in a recipe node.',
'group' => 'Recipe',
);
}