You are here

public static function GoogleAnalyticsCustomDimensionsAndMetricsTest::getInfo in Google Analytics 7.2

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

File

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

Class

GoogleAnalyticsCustomDimensionsAndMetricsTest

Code

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