You are here

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

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

File

./deploy.test, line 375
Deployment tests.

Class

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

Code

public static function getInfo() {
  return array(
    'name' => 'Simple deployment setup',
    'description' => 'Test a full deployment between two sites, based on the provided example feature.',
    'group' => 'Deployment',
  );
}