public static function PiwikPhpFilterTest::getInfo in Piwik Web Analytics 7.2
Same name and namespace in other branches
- 6.2 piwik.test \PiwikPhpFilterTest::getInfo()
File
- ./
piwik.test, line 501 - Test file for Piwik module.
Class
Code
public static function getInfo() {
return array(
'name' => 'Piwik php filter tests',
'description' => 'Test php filter functionality of Piwik module.',
'group' => 'Piwik',
);
}