You are here

public static function RecipeImportFormsTest::getInfo in Recipe 7

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

File

src/Tests/RecipeImportFormsTest.php, line 13

Class

RecipeImportFormsTest
Tests the single and multiple recipe import forms.

Namespace

Drupal\recipe\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'Recipe import forms',
    'description' => 'Test the single and multiple recipe import forms',
    'group' => 'Recipe',
  );
}