Views forum topics to test the display of an active forum block.
@todo The logic here is completely incorrect, since the active forum topics block is determined by comments on the node, not by views. @todo DIE
$nids: An array of forum node IDs.
private function viewForumTopics($nids) {
for ($i = 0; $i < 2; $i++) {
foreach ($nids as $nid) {
$this
->drupalGet('node/' . $nid);
$this
->drupalGet('node/' . $nid);
$this
->drupalGet('node/' . $nid);
}
}
}