public static function GoogleAnalyticsStatusMessagesTest::getInfo in Google Analytics 6.4
Same name and namespace in other branches
- 7.2 googleanalytics.test \GoogleAnalyticsStatusMessagesTest::getInfo()
- 7 googleanalytics.test \GoogleAnalyticsStatusMessagesTest::getInfo()
File
- ./
googleanalytics.test, line 419 - 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',
);
}