You are here

protected function DeployWebTestCase::setUpSiteSpecifics in Deploy - Content Staging 7.2

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

Method for site specific setup.

1 call to DeployWebTestCase::setUpSiteSpecifics()
DeployWebTestCase::setUpSite in ./deploy.test
Set up a new site.
2 methods override DeployWebTestCase::setUpSiteSpecifics()
DeployAdhocPlanTestCase::setUpSiteSpecifics in modules/deploy_adhoc_plan/deploy_adhoc_plan.test
Method for site specific setup.
DeployAutoPlanTestCase::setUpSiteSpecifics in modules/deploy_auto_plan/deploy_auto_plan.test
Method for site specific setup.

File

./deploy.test, line 116
Deployment tests.

Class

DeployWebTestCase
Helper class.

Code

protected function setUpSiteSpecifics($key) {

  // Empty but available for classes to extend.
}