Issue #2010250 by andypost: Clean-up useless assign in forum test.

8.0.x
webchick 2014-01-07 22:49:24 -08:00
parent 99d3490f9f
commit cf784d0910
1 changed files with 1 additions and 1 deletions

View File

@ -253,7 +253,7 @@ class ForumTest extends WebTestBase {
// Edit forum taxonomy.
// Restoration of the settings fails and causes subsequent tests to fail.
$this->forumContainer = $this->editForumVocabulary();
$this->editForumVocabulary();
// Create forum container.
$this->forumContainer = $this->createForum('container');
// Verify "edit container" link exists and functions correctly.