public static function DeployAdhocPlanTestCase::getInfo in Deploy - Content Staging 7.2
Same name and namespace in other branches
- 7.3 modules/deploy_adhoc_plan/deploy_adhoc_plan.test \DeployAdhocPlanTestCase::getInfo()
File
- modules/
deploy_adhoc_plan/ deploy_adhoc_plan.test, line 19 - Ad Hoc Deployment Plans module tests.
Class
- DeployAdhocPlanTestCase
- Test a full deployment with the ad hoc deployment functionality.
Code
public static function getInfo() {
return array(
'name' => 'Ad hoc deployment setup',
'description' => 'Test a full deployment between two sites, based on the provided example feature.',
'group' => 'Deployment',
);
}