You are here

public static function YandexMetricsReportsTestCase::getInfo in Yandex.Metrics 7.2

Same name and namespace in other branches
  1. 8.2 yandex_metrics_reports/yandex_metrics_reports.test \YandexMetricsReportsTestCase::getInfo()

File

yandex_metrics_reports/yandex_metrics_reports.test, line 13
Tests for Yandex.Metrics Reports module.

Class

YandexMetricsReportsTestCase
Tests of functionality and settings of Yandex.Metrics Counter module.

Code

public static function getInfo() {
  return array(
    'name' => 'Yandex.Metrics Reports',
    'description' => 'Tests some functions of the module.',
    'group' => 'Yandex.Metrics',
  );
}