You are here

public static function MatomoCustomVariablesTest::getInfo in Matomo Analytics 7.2

File

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

Class

MatomoCustomVariablesTest

Code

public static function getInfo() {
  return array(
    'name' => t('Matomo Custom Variables tests'),
    'description' => t('Test custom variables functionality of Matomo module.'),
    'group' => 'Matomo',
    'dependencies' => array(
      'token',
    ),
  );
}