You are here

public static function DeployQueuedDeploymentTestCase::getInfo in Deploy - Content Staging 7.2

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

File

./deploy.test, line 403
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',
  );
}