diff --git a/core/modules/forum/lib/Drupal/forum/Tests/ForumTest.php b/core/modules/forum/lib/Drupal/forum/Tests/ForumTest.php index 5ebdf25..567eb3b 100644 --- a/core/modules/forum/lib/Drupal/forum/Tests/ForumTest.php +++ b/core/modules/forum/lib/Drupal/forum/Tests/ForumTest.php @@ -450,9 +450,9 @@ private function doBasicTests($user, $admin) { } /** - * Tests for notices on a rendered page. + * Tests a forum with a new post displays properly. */ - function testUndefinedVars() { + function testForumWithNewPost() { // Login as the first user. $this->drupalLogin($this->admin_user); // Create a forum container.