You are here

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

File

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

Class

DeployAutoPlanTestCase
Test a full deployment with the auto deployment functionality.

Code

function testDeployment() {
  $this
    ->runScenario('deploy_example_plan');
}