public static function AcquiaLiftWebTestFundamentals::getInfo in Acquia Lift Connector 7.2
Same name and namespace in other branches
- 7 tests/acquia_lift.test \AcquiaLiftWebTestFundamentals::getInfo()
File
- tests/
acquia_lift.test, line 750 - Integration tests for Acquia Lift module.
Class
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'),
);
}