public static function IngredientSettingsTest::getInfo in Recipe 7.2
File
- src/
Tests/ IngredientSettingsTest.php, line 13
Class
- IngredientSettingsTest
- Tests the functionality of the ingredient field settings.
Namespace
Drupal\recipe\TestsCode
public static function getInfo() {
return array(
'name' => 'Recipe ingredient settings',
'description' => 'Ensure that the ingredient field settings function properly.',
'group' => 'Recipe',
);
}