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