You are here

function DeploySimpleDeploymentTestCase::testDeployment in Deploy - Content Staging 7.2

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

Simple deployment scenario.

See also

DeployWebTestCase::runScenario()

File

./deploy.test, line 389
Deployment tests.

Class

DeploySimpleDeploymentTestCase
Test a full deployment between two sites, based on the provided example feature.

Code

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