You are here

public static function GoogleAnalyticsPhpFilterTest::getInfo in Google Analytics 7.2

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

File

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

Class

GoogleAnalyticsPhpFilterTest

Code

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