function StatisticsLoggingTestCase::getInfo

File

modules/statistics/statistics.test, line 59

Class

StatisticsLoggingTestCase
Tests that logging via statistics_exit() works for all pages.

Code

public static function getInfo() {
    return array(
        'name' => 'Statistics logging tests',
        'description' => 'Tests request logging for cached and uncached pages.',
        'group' => 'Statistics',
    );
}

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