You are here

public static function GoogleAnalyticsCustomVariablesTest::getInfo in Google Analytics 7

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

File

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

Class

GoogleAnalyticsCustomVariablesTest

Code

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