public static function GoogleAnalyticsPhpFilterTest::getInfo in Google Analytics 6.4
Same name and namespace in other branches
- 7.2 googleanalytics.test \GoogleAnalyticsPhpFilterTest::getInfo()
- 7 googleanalytics.test \GoogleAnalyticsPhpFilterTest::getInfo()
File
- ./
googleanalytics.test, line 641 - Test file for Google Analytics module.
Class
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',
);
}