You are here

public static function GoogleAnalyticsSearchTest::getInfo in Google Analytics 7.2

Same name and namespace in other branches
  1. 6.4 googleanalytics.test \GoogleAnalyticsSearchTest::getInfo()

File

./googleanalytics.test, line 662
Test file for Google Analytics module.

Class

GoogleAnalyticsSearchTest

Code

public static function getInfo() {
  return array(
    'name' => 'Google Analytics search tests',
    'description' => 'Test search functionality of Google Analytics module.',
    'group' => 'Google Analytics',
  );
}