public static function AcquiaAgentTestCase::getInfo in Acquia Connector 7.3
Same name and namespace in other branches
- 7.2 acquia_agent/tests/acquia_agent.test \AcquiaAgentTestCase::getInfo()
Expose to Simpletest UI.
File
- acquia_agent/
tests/ acquia_agent.test, line 72 - Tests the functionality of the Acquia Agent module.
Class
- AcquiaAgentTestCase
- AcquiaAgentTestCase.
Code
public static function getInfo() {
// Note: getInfo() strings are not translated with t().
return array(
'name' => 'Acquia Agent UI & Connection',
'description' => 'Test Acquia Agent UI and connecting to Acquia Insight.',
'group' => 'Acquia',
);
}