Follow-up to #2757007: Convert all book web tests to BrowserTestBase
Child to #2735005: Convert all Simpletest web tests to BrowserTestBase (or UnitTestBase/KernelTestBase)
Problem/Motivation
Proposed resolution
Remaining tasks
User interface changes
API changes
Data model changes
None.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 2889350.patch | 1.04 KB | naveenvalecha |
Comments
Comment #2
naveenvalechaComment #3
dawehnerIt would be quite cool if this is the only thing missing ...
Comment #4
dawehnerNice! I'm curious whether we could maybe group some of the conversions given the views tests aren't hard to fix?
Comment #5
naveenvalecha#4,
yup we could do that. These are the conversions left in the modules which are already converted. however, it's a nice idea to convert it in a single go.
//Naveen
Comment #6
gábor hojtsyWhy are we adding this? We did not have it before.
Comment #7
naveenvalechaBTB ViewTestBase::setup requires the argument $import_test_views
//Naveen
Comment #8
lendudeYup it needs to match the parent setUp() method.
Checked and this is the only remaining WebTestBase and simpletest component left in the Book module, so the scope of 1 test is correct.
Comment #11
gábor hojtsyIndeed, thanks.