public static function DeployQueuedDeploymentTestCase::getInfo in Deploy - Content Staging 7.3
Same name and namespace in other branches
- 7.2 deploy.test \DeployQueuedDeploymentTestCase::getInfo()
File
- ./
deploy.test, line 397 - Deployment tests.
Class
- DeployQueuedDeploymentTestCase
- Test a full deployment between two sites with the Views aggregator and the Queue processor.
Code
public static function getInfo() {
return array(
'name' => 'Queued deployment setup',
'description' => 'Test a full deployment between two sites, based on the provided example feature with the Queue API processor.',
'group' => 'Deployment',
);
}