You are here

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

Same name and namespace in other branches
  1. 6.2 piwik.test \PiwikRolesTest::getInfo()

File

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

Class

PiwikRolesTest

Code

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