Verifies that access logging is working and is reported correctly.
function testAccessLogging() {
$this
->drupalGet('admin/reports/referrers');
$this
->drupalGet('admin/reports/hits');
$this
->assertText('Top referrers in the past 3 days', 'Hit title found.');
$this
->assertText('admin/reports/referrers', 'Hit URL found.');
}