public static function RecipeLandingPageTest::getInfo in Recipe 7.2
Same name and namespace in other branches
- 7 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\TestsCode
public static function getInfo() {
return array(
'name' => 'Recipe landing page',
'description' => 'Test the content on the Recipe module landing page.',
'group' => 'Recipe',
);
}