You are here

public static function RecipeNodeAccessTest::getInfo in Recipe 7

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

Code

public static function getInfo() {
  return array(
    'name' => 'Recipe node access',
    'description' => 'Tests display of nodes in recipe lists for node access.',
    'group' => 'Recipe',
  );
}