You are here

public static function RecipeLandingPageTest::getInfo in Recipe 7

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

File

src/Tests/RecipeLandingPageTest.php, line 13

Class

RecipeLandingPageTest
Tests the Recipe module landing page at /recipe.

Namespace

Drupal\recipe\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'Recipe landing page',
    'description' => 'Test the content on the Recipe module landing page.',
    'group' => 'Recipe',
  );
}