public static function RecipeNodeAccessTest::getInfo in Recipe 7
Same name and namespace in other branches
- 7.2 src/Tests/RecipeNodeAccessTest.php \Drupal\recipe\Tests\RecipeNodeAccessTest::getInfo()
File
- src/
Tests/ RecipeNodeAccessTest.php, line 27
Class
- RecipeNodeAccessTest
- Tests display of nodes in recipe lists for node access.
Namespace
Drupal\recipe\TestsCode
public static function getInfo() {
return array(
'name' => 'Recipe node access',
'description' => 'Tests display of nodes in recipe lists for node access.',
'group' => 'Recipe',
);
}