@@ -256,7 +256,7 @@ class DBLogTestCase extends DrupalWebTestCase {
|
||||
// View dblog page-not-found report page.
|
||||
$this->drupalGet('admin/reports/page-not-found');
|
||||
$this->assertResponse(200);
|
||||
// Check that full-length url displayed.
|
||||
// Check that full-length URL displayed.
|
||||
$this->assertText($not_found_url, t('DBLog event was recorded: [page not found]'));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user