You are here

function DeployAutoPlanTestCase::setUpSiteSpecifics in Deploy - Content Staging 7.3

Same name and namespace in other branches
  1. 7.2 modules/deploy_auto_plan/deploy_auto_plan.test \DeployAutoPlanTestCase::setUpSiteSpecifics()

Method for site specific setup.

Overrides DeployWebTestCase::setUpSiteSpecifics

File

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

Class

DeployAutoPlanTestCase
Test a full deployment with the auto deployment functionality.

Code

function setUpSiteSpecifics($key) {
  if ($key == 'deploy_origin') {
    variable_set('deploy_auto_plan_name', 'deploy_example_plan');
  }
}