You are here

protected property DeployAdhocPlanTestCase::$origin_modules in Deploy - Content Staging 7.3

Same name and namespace in other branches
  1. 7.2 modules/deploy_adhoc_plan/deploy_adhoc_plan.test \DeployAdhocPlanTestCase::origin_modules

Overrides DeployWebTestCase::$origin_modules

File

modules/deploy_adhoc_plan/deploy_adhoc_plan.test, line 14
Ad Hoc Deployment Plans module tests.

Class

DeployAdhocPlanTestCase
Test a full deployment with the ad hoc deployment functionality.

Code

protected $origin_modules = array(
  'entity',
  'ctools',
  'uuid',
  'deploy',
  'deploy_ui',
  'deploy_auto_plan',
  'deploy_adhoc_plan',
  'deploy_example',
);