Issue #2010250 by andypost: Clean-up useless assign in forum test.
parent
99d3490f9f
commit
cf784d0910
|
@ -253,7 +253,7 @@ class ForumTest extends WebTestBase {
|
||||||
|
|
||||||
// Edit forum taxonomy.
|
// Edit forum taxonomy.
|
||||||
// Restoration of the settings fails and causes subsequent tests to fail.
|
// Restoration of the settings fails and causes subsequent tests to fail.
|
||||||
$this->forumContainer = $this->editForumVocabulary();
|
$this->editForumVocabulary();
|
||||||
// Create forum container.
|
// Create forum container.
|
||||||
$this->forumContainer = $this->createForum('container');
|
$this->forumContainer = $this->createForum('container');
|
||||||
// Verify "edit container" link exists and functions correctly.
|
// Verify "edit container" link exists and functions correctly.
|
||||||
|
|
Loading…
Reference in New Issue