public static function RecipeNodeTest::getInfo in Recipe 7.2
Same name and namespace in other branches
- 7 src/Tests/RecipeNodeTest.php \Drupal\recipe\Tests\RecipeNodeTest::getInfo()
File
- src/
Tests/ RecipeNodeTest.php, line 13
Class
- RecipeNodeTest
- Tests the functionality of the Recipe content type and Recipe blocks.
Namespace
Drupal\recipe\TestsCode
public static function getInfo() {
return array(
'name' => 'Recipe content type',
'description' => 'Ensure that the recipe content type functions properly.',
'group' => 'Recipe',
);
}