You are here

public static function MatomoBasicTest::getInfo in Matomo Analytics 7.2

File

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

Class

MatomoBasicTest
@file Test file for Matomo module.

Code

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