You are here

public static function DeployAutoPlanTestCase::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 \DeployAutoPlanTestCase::getInfo()
1 method overrides DeployAutoPlanTestCase::getInfo()
DeployAutoPlanNoDependencyPluginTestCase::getInfo in modules/deploy_auto_plan/deploy_auto_plan.test

File

modules/deploy_auto_plan/deploy_auto_plan.test, line 19
Deploy Automagic Plan module tests.

Class

DeployAutoPlanTestCase
Test a full deployment with the auto deployment functionality.

Code

public static function getInfo() {
  return array(
    'name' => 'Auto deployment setup',
    'description' => 'Test a full deployment between two sites, based on the auto deploy module.',
    'group' => 'Deployment',
  );
}