You are here

public static function AquiaAgentUnitTestCase::getInfo in Acquia Connector 7.2

Same name and namespace in other branches
  1. 7.3 acquia_agent/tests/acquia_agent.test \AquiaAgentUnitTestCase::getInfo()

File

acquia_agent/tests/acquia_agent.test, line 383

Class

AquiaAgentUnitTestCase

Code

public static function getInfo() {

  // Note: getInfo() strings should not be translated.
  return array(
    'name' => 'Acquia Agent unit tests',
    'description' => 'Test Acquia Agent methods.',
    'group' => 'Acquia',
  );
}