public static function RecipeUnitTest::getInfo in Recipe 7.2
Same name and namespace in other branches
- 7 src/Tests/RecipeUnitTest.php \Drupal\recipe\Tests\RecipeUnitTest::getInfo()
File
- src/
Tests/ RecipeUnitTest.php, line 15
Class
- RecipeUnitTest
- Tests isolated Recipe module functions.
Namespace
Drupal\recipe\TestsCode
public static function getInfo() {
return array(
'name' => 'Recipe unit tests',
'description' => 'Test that Recipe functions work properly.',
'group' => 'Recipe',
);
}