public static function MatomoPhpFilterTest::getInfo in Matomo Analytics 7.2
File
- ./
matomo.test, line 502 - Test file for Matomo module.
Class
Code
public static function getInfo() {
return array(
'name' => 'Matomo php filter tests',
'description' => 'Test php filter functionality of Matomo module.',
'group' => 'Matomo',
);
}