public static function DeployAutoPlanNoDependencyPluginTestCase::getInfo in Deploy - Content Staging 7.3
Same name and namespace in other branches
- 7.2 modules/deploy_auto_plan/deploy_auto_plan.test \DeployAutoPlanNoDependencyPluginTestCase::getInfo()
Overrides DeployAutoPlanTestCase::getInfo
File
- modules/
deploy_auto_plan/ deploy_auto_plan.test, line 49 - Deploy Automagic Plan module tests.
Class
Code
public static function getInfo() {
return array(
'name' => 'Auto deployment setup without dependencies',
'description' => 'Test a full deployment between two sites, based on the auto deploy module with the \'No Depenedency Iterator\' plugin.',
'group' => 'Deployment',
);
}