* Create, view, edit, delete, and change forum entries and verify its
...
...
@@ -107,9 +108,9 @@ protected function setUp() {
*/
functiontestForum(){
//Check that the basic forum install creates a default forum topic
$this->drupalGet("/forum");
$this->drupalGet('/forum');
// Look for the "General discussion" default forum
$this->assertText(t("General discussion"),"Found the default forum at the /forum listing");
$this->assertRaw(t('<a href="'.Url::fromRoute('forum.page',['taxonomy_term'=>1]).'">General discussion</a>'),"Found the default forum at the /forum listing");