You are here

public static function StatisticsBlockVisitorsTestCase::getInfo in Drupal 7

File

modules/statistics/statistics.test, line 258
Tests for the Statistics module.

Class

StatisticsBlockVisitorsTestCase
Tests that the visitor blocking functionality works.

Code

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