public static function GoogleAnalyticsStatusMessagesTest::getInfo in Google Analytics 7.2
Same name and namespace in other branches
- 6.4 googleanalytics.test \GoogleAnalyticsStatusMessagesTest::getInfo()
- 7 googleanalytics.test \GoogleAnalyticsStatusMessagesTest::getInfo()
File
- ./
googleanalytics.test, line 526 - Test file for Google Analytics module.
Class
Code
public static function getInfo() {
return array(
'name' => 'Google Analytics status messages tests',
'description' => 'Test status messages functionality of Google Analytics module.',
'group' => 'Google Analytics',
);
}