public static function StatisticsBlockVisitorsTestCase::getInfo

Archivo

drupal-7.x/modules/statistics/statistics.test, line 243
Tests for the Statistics module.

Class

StatisticsBlockVisitorsTestCase
Tests that the visitor blocking functionality works.

Código

public static function getInfo() {
  return array(
    'name' => 'Top visitor blocking',
    'description' => 'Tests blocking of IP addresses via the top visitors report.',
    'group' => 'Statistics',
  );
}