You are here

public static function AcquiaLiftWebTestAgentAdmin::getInfo in Acquia Lift Connector 7.2

Same name and namespace in other branches
  1. 7 tests/acquia_lift.test \AcquiaLiftWebTestAgentAdmin::getInfo()

File

tests/acquia_lift.test, line 567
Integration tests for Acquia Lift module.

Class

AcquiaLiftWebTestAgentAdmin

Code

public static function getInfo() {
  return array(
    'name' => t('Acquia Lift Web Tests - Agent Administration'),
    'description' => t('Tests functionality of adminstering Acquia Lift agents and their components.'),
    'group' => t('Personalize'),
  );
}