You are here

public static function MatomoStatusMessagesTest::getInfo in Matomo Analytics 7.2

File

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

Class

MatomoStatusMessagesTest

Code

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