function StatisticsBlockVisitorsTestCase::getInfo

File

modules/statistics/statistics.test, line 262

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.