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