Closed (fixed)
Project:
Drupal core
Version:
8.3.x-dev
Component:
forum.module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
24 Jun 2017 at 10:02 UTC
Updated:
12 Jul 2017 at 12:35 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
naveenvalechaHere we go
Comment #3
lendudeNice find!
Nothing else left in the forum module, so the scope of one issue is right here.
Comment #4
gábor hojtsyWhy do we need these added? They were not there before.
Comment #5
naveenvalechaTo fix the warning b/c ViewTestBase::setup requires the argument $import_test_views
//Naveen
Comment #6
lendudeThe child class setUp() needs to match the parent, so the change is correct.
Comment #9
gábor hojtsyRight, thanks! Committed :)