You are here

public static function AquiaAgentUnitTestCase::getInfo in Acquia Connector 7.3

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

Expose to Simpletest.

File

acquia_agent/tests/acquia_agent.test, line 430
Tests the functionality of the Acquia Agent module.

Class

AquiaAgentUnitTestCase
Unit tests.

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',
  );
}