You are here

public static function MatomoRolesTest::getInfo in Matomo Analytics 7.2

File

./matomo.test, line 409
Test file for Matomo module.

Class

MatomoRolesTest

Code

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