Verifies that 'Details' page renders properly and displays the added hit.
function testDetails() {
$this
->drupalGet('admin/reports/access/1');
$this
->assertText('test', 'Hit title found.');
$this
->assertText('node/1', 'Hit URL found.');
$this
->assertText('Anonymous', 'Hit user found.');
}