You are here

public static function YandexMetricsCounterTestCase::getInfo in Yandex.Metrics 7.3

Same name and namespace in other branches
  1. 7.2 yandex_metrics.test \YandexMetricsCounterTestCase::getInfo()

Return information about test case.

Return value

array Information about test case.

File

./yandex_metrics.test, line 19
Tests for Yandex.Metrics Counter module.

Class

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

Code

public static function getInfo() {
  return array(
    'name' => 'Yandex.Metrics Counter',
    'description' => 'Tests of functionality and settings of Yandex.Metrics Counter module.',
    'group' => 'Yandex.Metrics',
  );
}