You are here

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

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

File

tests/AcquiaLiftAPI.test, line 10
Unit tests for Acquia Lift module.

Class

AcquiaLiftTest
@file Unit tests for Acquia Lift module.

Code

public static function getInfo() {
  return array(
    'name' => t('Acquia Lift Unit Tests'),
    'description' => t('Unit tests for AcquiaLiftAPI methods.'),
    'group' => t('Personalize'),
  );
}