From cf784d09101a30c39738d42bf05aded824d2f94e Mon Sep 17 00:00:00 2001 From: webchick Date: Tue, 7 Jan 2014 22:49:24 -0800 Subject: [PATCH] Issue #2010250 by andypost: Clean-up useless assign in forum test. --- core/modules/forum/lib/Drupal/forum/Tests/ForumTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/modules/forum/lib/Drupal/forum/Tests/ForumTest.php b/core/modules/forum/lib/Drupal/forum/Tests/ForumTest.php index 460b3f902ddc..86017f794dc4 100644 --- a/core/modules/forum/lib/Drupal/forum/Tests/ForumTest.php +++ b/core/modules/forum/lib/Drupal/forum/Tests/ForumTest.php @@ -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.