You are here

function DeployAutoPlanNoDependencyPluginTestCase::testDeployment in Deploy - Content Staging 7.3

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

Overrides DeployAutoPlanTestCase::testDeployment

File

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

Class

DeployAutoPlanNoDependencyPluginTestCase

Code

function testDeployment() {
  $this
    ->editPlan('deploy_example_plan', array(
    'dependency_plugin' => 'no_dependency',
  ));
  $this
    ->runScenario('deploy_example_plan');
}