public static function RecipeImportFormsTest::getInfo in Recipe 7.2
Same name and namespace in other branches
- 7 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\TestsCode
public static function getInfo() {
return array(
'name' => 'Recipe import forms',
'description' => 'Test the single and multiple recipe import forms',
'group' => 'Recipe',
);
}