You are here

public static function RecipeNodeTest::getInfo in Recipe 7

Same name and namespace in other branches
  1. 7.2 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\Tests

Code

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