You are here

public static function AcquiaLiftWebTestFundamentals::getInfo in Acquia Lift Connector 7

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

File

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

Class

AcquiaLiftWebTestFundamentals

Code

public static function getInfo() {
  return array(
    'name' => t('Acquia Lift Web Tests - Fundamentals'),
    'description' => t('Tests the module\'s underlying machinery.'),
    'group' => t('Personalize'),
  );
}