You are here

function DeployQueuedDeploymentTestCase::testDeployment in Deploy - Content Staging 7.2

Same name and namespace in other branches
  1. 7.3 deploy.test \DeployQueuedDeploymentTestCase::testDeployment()

File

./deploy.test, line 414
Deployment tests.

Class

DeployQueuedDeploymentTestCase
Test a full deployment between two sites with the Views aggregator and the Queue processor.

Code

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