function DeploySimpleDeploymentTestCase::testDeployment in Deploy - Content Staging 7.3
Same name and namespace in other branches
- 7.2 deploy.test \DeploySimpleDeploymentTestCase::testDeployment()
Simple deployment scenario.
See also
DeployWebTestCase::runScenario()
File
- ./
deploy.test, line 383 - 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');
}