public static function StatisticsReportsTest::getInfo

File

drupal/core/modules/statistics/lib/Drupal/statistics/Tests/StatisticsReportsTest.php, line 15
Definition of Drupal\statistics\Tests\StatisticsReportsTest.

Class

StatisticsReportsTest
Tests that report pages render properly, and that access logging works.

Namespace

Drupal\statistics\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'Statistics reports tests',
    'description' => 'Tests display of statistics report blocks.',
    'group' => 'Statistics',
  );
}