You are here

protected property DeployAutoPlanTestCase::$origin_modules 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::origin_modules

Overrides DeployWebTestCase::$origin_modules

File

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

Class

DeployAutoPlanTestCase
Test a full deployment with the auto deployment functionality.

Code

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