You are here

public static function PiwikCustomUrls::getInfo in Piwik Web Analytics 7.2

File

./piwik.test, line 318
Test file for Piwik module.

Class

PiwikCustomUrls
Test custom url functionality of Google Analytics module.

Code

public static function getInfo() {
  return array(
    'name' => 'Piwik custom url tests',
    'description' => 'Test custom url functionality of Piwik module.',
    'group' => 'Piwik',
  );
}