function StatisticsReportsTestCase::testDetails

Verifies that 'Details' page renders properly and displays the added hit.

File

modules/statistics/statistics.test, line 210

Class

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

Code

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.');
}

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