public static function GoogleAnalyticsPhpFilterTest::getInfo in Google Analytics 7
Same name and namespace in other branches
- 6.4 googleanalytics.test \GoogleAnalyticsPhpFilterTest::getInfo()
- 7.2 googleanalytics.test \GoogleAnalyticsPhpFilterTest::getInfo()
File
- ./
googleanalytics.test, line 446 - Test file for Google Analytics module.
Class
Code
public static function getInfo() {
return array(
'name' => 'Google Analytics PhpFilter tests',
'description' => 'Test PhpFilter functionality of Google Analytics module.',
'group' => 'Google Analytics',
);
}