You are here

public static function GoogleAnalyticsCustomUrls::getInfo in Google Analytics 7.2

File

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

Class

GoogleAnalyticsCustomUrls
Test custom url functionality of Google Analytics module.

Code

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