File
- drupal/core/modules/statistics/lib/Drupal/statistics/Tests/StatisticsBlockVisitorsTest.php, line 14
- Definition of Drupal\statistics\Tests\StatisticsBlockVisitorsTest.
Class
- StatisticsBlockVisitorsTest
- Tests that the visitor blocking functionality works.
Namespace
Drupal\statistics\Tests
Code
public static function getInfo() {
return array(
'name' => 'Top visitor banning',
'description' => 'Tests banning of IP addresses via the top visitors report.',
'group' => 'Statistics',
);
}