public static function GoogleAnalyticsCustomVariablesTest::getInfo in Google Analytics 6.3
Same name and namespace in other branches
- 7 googleanalytics.test \GoogleAnalyticsCustomVariablesTest::getInfo()
File
- ./
googleanalytics.test, line 156 - Test file for Google Analytics module.
Class
Code
public static function getInfo() {
return array(
'name' => t('Google Analytics Custom Variables tests'),
'description' => t('Test custom variables functionality of Google Analytics module.'),
'group' => 'Google Analytics',
'dependencies' => array(
'token',
),
);
}