public static function RecipeUpdatePath::getInfo in Recipe 7.2
File
- src/
Tests/ RecipeUpdatePath.php, line 15
Class
- RecipeUpdatePath
- Tests the update path for Recipe 7.x-1.3 to 7.x-2.x.
Namespace
Drupal\recipe\TestsCode
public static function getInfo() {
return array(
'name' => 'Recipe update tests',
'description' => 'Tests the update path for Recipe 7.x-1.3 to 7.x-2.x.',
'group' => 'Recipe',
);
}