You are here

public static function DeployAutoPlanNoDependencyPluginTestCase::getInfo in Deploy - Content Staging 7.2

Same name and namespace in other branches
  1. 7.3 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

DeployAutoPlanNoDependencyPluginTestCase

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',
  );
}