Follow-up to #2737805: Convert web tests to browser tests for forum module
Convert ForumIntegrationTest web tests to browser tests for forum module
Child of #2735005: Convert all Simpletest web tests to BrowserTestBase (or UnitTestBase/KernelTestBase)
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 2889353.patch | 1.14 KB | naveenvalecha |
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 :)