function StatisticsReportsTestCase::getInfo

File

modules/statistics/statistics.test, line 172

Class

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

Code

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

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