public static function AcquiaAgentTestCase::getInfo in Acquia Connector 7.2
Same name and namespace in other branches
- 7.3 acquia_agent/tests/acquia_agent.test \AcquiaAgentTestCase::getInfo()
File
- acquia_agent/
tests/ acquia_agent.test, line 16
Class
- AcquiaAgentTestCase
- Tests the functionality of the Acquia Agent module.
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',
);
}