You are here

public static function CounterTest::getInfo in Yandex.Metrics 8.2

Return information about test case.

Return value

array

File

src/Tests/CounterTest.php, line 29
Contains \Drupal\yandex_metrics\Tests\CounterTest.

Class

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

Namespace

Drupal\yandex_metrics\Tests

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',
  );
}